U - the user profilepublic class RequireAllRolesAuthorizer<U extends UserProfile> extends AbstractRequireAllAuthorizer<String,U>
elements| Constructor and Description |
|---|
RequireAllRolesAuthorizer() |
RequireAllRolesAuthorizer(List<String> roles) |
RequireAllRolesAuthorizer(Set<String> roles) |
RequireAllRolesAuthorizer(String... roles) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
check(WebContext context,
U profile,
String element) |
isAuthorizedgetElements, setElements, setElements, setElementspublic RequireAllRolesAuthorizer()
public RequireAllRolesAuthorizer(String... roles)
protected boolean check(WebContext context, U profile, String element)
check in class AbstractRequireElementAuthorizer<String,U extends UserProfile>Copyright © 2016. All rights reserved.