public interface AuthorizationChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthorized(WebContext context,
List<CommonProfile> profiles,
String authorizerNames,
Map<String,Authorizer> authorizersMap)
Check whether the user is authorized.
|
boolean isAuthorized(WebContext context, List<CommonProfile> profiles, String authorizerNames, Map<String,Authorizer> authorizersMap) throws HttpAction
context - the web contextprofiles - the profileauthorizerNames - the authorizersauthorizersMap - the map of authorizersHttpAction - whether an additional HTTP action is requiredCopyright © 2017. All Rights Reserved.