Uses of Class
com.liferay.portal.kernel.security.auth.AuthException
Packages that use AuthException
Package
Description
This package defines the portal security authentication interfaces,
classes, utilities, wrappers, and exceptions.
-
Uses of AuthException in com.liferay.portal.kernel.security.access.control
Methods in com.liferay.portal.kernel.security.access.control that throw AuthExceptionModifier and TypeMethodDescriptionvoidAccessControl.initContextUser(long userId) static voidAccessControlUtil.initContextUser(long userId) -
Uses of AuthException in com.liferay.portal.kernel.security.auth
Subclasses of AuthException in com.liferay.portal.kernel.security.authMethods in com.liferay.portal.kernel.security.auth that throw AuthExceptionModifier and TypeMethodDescriptionintAuthenticator.authenticateByEmailAddress(long companyId, String emailAddress, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) intAuthenticator.authenticateByScreenName(long companyId, String screenName, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) intAuthenticator.authenticateByUserId(long companyId, long userId, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) voidAuthDNE.onDoesNotExist(long companyId, String authType, String login, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) voidAuthFailure.onFailureByEmailAddress(long companyId, String emailAddress, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) voidAuthFailure.onFailureByScreenName(long companyId, String screenName, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) voidAuthFailure.onFailureByUserId(long companyId, long userId, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) -
Uses of AuthException in com.liferay.portal.kernel.security.auth.tunnel
Methods in com.liferay.portal.kernel.security.auth.tunnel that throw AuthException -
Uses of AuthException in com.liferay.portal.kernel.security.auth.verifier
Methods in com.liferay.portal.kernel.security.auth.verifier that throw AuthExceptionModifier and TypeMethodDescriptionAuthVerifier.verify(AccessControlContext accessControlContext, Properties properties)