public abstract class AbstractRequireAllAuthorizer<E,U extends UserProfile> extends AbstractRequireElementAuthorizer<E,U>
elements| Constructor and Description |
|---|
AbstractRequireAllAuthorizer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthorized(WebContext context,
U profile)
Checks if the user profile is authorized for the current web context.
|
check, getElements, setElements, setElements, setElementspublic boolean isAuthorized(WebContext context, U profile)
Authorizercontext - the web contextprofile - the user profileCopyright © 2016. All Rights Reserved.