Liferay 6.1.2-ce-ga3

com.liferay.portal.security.auth
Class AuthSettingsUtil

java.lang.Object
  extended by com.liferay.portal.security.auth.AuthSettingsUtil

public class AuthSettingsUtil
extends Object


Constructor Summary
AuthSettingsUtil()
           
 
Method Summary
static boolean isLDAPAuthEnabled(long companyId)
           
static boolean isNtlmEnabled(long companyId)
           
static boolean isSiteMinderEnabled(long companyId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthSettingsUtil

public AuthSettingsUtil()
Method Detail

isLDAPAuthEnabled

public static boolean isLDAPAuthEnabled(long companyId)
                                 throws SystemException
Throws:
SystemException

isNtlmEnabled

public static boolean isNtlmEnabled(long companyId)
                             throws SystemException
Throws:
SystemException

isSiteMinderEnabled

public static boolean isSiteMinderEnabled(long companyId)
                                   throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3