public class AuthSettingsUtil
extends java.lang.Object
| Constructor and Description |
|---|
AuthSettingsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAccessAllowed(javax.servlet.http.HttpServletRequest request,
java.util.Set<java.lang.String> hostsAllowed) |
static boolean |
isLDAPAuthEnabled(long companyId) |
static boolean |
isNtlmEnabled(long companyId) |
static boolean |
isSiteMinderEnabled(long companyId) |
public static boolean isAccessAllowed(javax.servlet.http.HttpServletRequest request,
java.util.Set<java.lang.String> hostsAllowed)
public static boolean isLDAPAuthEnabled(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic static boolean isNtlmEnabled(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic static boolean isSiteMinderEnabled(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemException