public interface AuthorizationChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthorized(WebContext context,
java.util.List<CommonProfile> profiles,
java.lang.String authorizerNames,
java.util.Map<java.lang.String,Authorizer> authorizersMap)
Check whether the user is authorized.
|
boolean isAuthorized(WebContext context, java.util.List<CommonProfile> profiles, java.lang.String authorizerNames, java.util.Map<java.lang.String,Authorizer> authorizersMap)
context - the web contextprofiles - the profileauthorizerNames - the authorizersauthorizersMap - the map of authorizersCopyright © 2019. All Rights Reserved.