public abstract class AbstractCheckAuthenticationAuthorizer<U extends CommonProfile> extends ProfileAuthorizer<U>
| Constructor and Description |
|---|
AbstractCheckAuthenticationAuthorizer() |
AbstractCheckAuthenticationAuthorizer(java.lang.String redirectionUrl) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRedirectionUrl() |
protected boolean |
handleError(WebContext context)
Handle the error.
|
void |
setRedirectionUrl(java.lang.String redirectionUrl) |
isAllAuthorized, isAnyAuthorized, isProfileAuthorizedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAuthorizedpublic AbstractCheckAuthenticationAuthorizer()
public AbstractCheckAuthenticationAuthorizer(java.lang.String redirectionUrl)
protected boolean handleError(WebContext context)
ProfileAuthorizerhandleError in class ProfileAuthorizer<U extends CommonProfile>context - the web contextfalsepublic java.lang.String getRedirectionUrl()
public void setRedirectionUrl(java.lang.String redirectionUrl)
Copyright © 2019. All Rights Reserved.