public abstract class AbstractRequireAllAuthorizer<E,U extends CommonProfile> extends AbstractRequireElementAuthorizer<E,U>
elements| Constructor and Description |
|---|
AbstractRequireAllAuthorizer() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isProfileAuthorized(WebContext context,
U profile)
Whether a specific profile is authorized.
|
check, getElements, isAuthorized, setElements, setElements, setElementshandleError, isAllAuthorized, isAnyAuthorizedprotected boolean isProfileAuthorized(WebContext context, U profile) throws HttpAction
ProfileAuthorizerisProfileAuthorized in class ProfileAuthorizer<U extends CommonProfile>context - the web contextprofile - the user profileHttpAction - whether an additional HTTP action is requiredCopyright © 2017. All Rights Reserved.