Class AbstractCheckAuthenticationAuthorizer
java.lang.Object
org.pac4j.core.authorization.authorizer.ProfileAuthorizer
org.pac4j.core.authorization.authorizer.AbstractCheckAuthenticationAuthorizer
- All Implemented Interfaces:
Authorizer
- Direct Known Subclasses:
IsAnonymousAuthorizer,IsAuthenticatedAuthorizer,IsFullyAuthenticatedAuthorizer,IsRememberedAuthorizer
Check the authentication of the user.
- Since:
- 1.9.0
- Author:
- Jerome Leleu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanhandleError(WebContext context, SessionStore sessionStore) Handle the error.voidsetRedirectionUrl(String redirectionUrl) toString()Methods inherited from class org.pac4j.core.authorization.authorizer.ProfileAuthorizer
isAllAuthorized, isAnyAuthorized, isProfileAuthorizedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.pac4j.core.authorization.authorizer.Authorizer
isAuthorized
-
Constructor Details
-
AbstractCheckAuthenticationAuthorizer
public AbstractCheckAuthenticationAuthorizer() -
AbstractCheckAuthenticationAuthorizer
-
-
Method Details
-
handleError
Description copied from class:ProfileAuthorizerHandle the error.- Overrides:
handleErrorin classProfileAuthorizer- Parameters:
context- the web contextsessionStore- the session store- Returns:
false
-
getRedirectionUrl
-
setRedirectionUrl
-
toString
-