U - the user profilepublic class RequireAnyRoleAuthorizer<U extends CommonProfile> extends AbstractRequireAnyAuthorizer<String,U>
elements| Constructor and Description |
|---|
RequireAnyRoleAuthorizer() |
RequireAnyRoleAuthorizer(List<String> roles) |
RequireAnyRoleAuthorizer(Set<String> roles) |
RequireAnyRoleAuthorizer(String... roles) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
check(WebContext context,
U profile,
String element)
Check a specific element.
|
isProfileAuthorizedgetElements, isAuthorized, setElements, setElements, setElementshandleError, isAllAuthorized, isAnyAuthorizedpublic RequireAnyRoleAuthorizer()
public RequireAnyRoleAuthorizer(String... roles)
protected boolean check(WebContext context, U profile, String element) throws HttpAction
AbstractRequireElementAuthorizercheck in class AbstractRequireElementAuthorizer<String,U extends CommonProfile>context - the web contextprofile - the profileelement - the element to checkHttpAction - whether an additional HTTP action is requiredCopyright © 2017. All Rights Reserved.