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 TypeMethodDescriptionvoid
AccessControl.initContextUser
(long userId) static void
AccessControlUtil.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 TypeMethodDescriptionint
Authenticator.authenticateByEmailAddress
(long companyId, String emailAddress, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) int
Authenticator.authenticateByScreenName
(long companyId, String screenName, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) int
Authenticator.authenticateByUserId
(long companyId, long userId, String password, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) void
AuthDNE.onDoesNotExist
(long companyId, String authType, String login, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) void
AuthFailure.onFailureByEmailAddress
(long companyId, String emailAddress, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) void
AuthFailure.onFailureByScreenName
(long companyId, String screenName, Map<String, String[]> headerMap, Map<String, String[]> parameterMap) void
AuthFailure.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)