public interface Authorizer<U extends CommonProfile>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthorized(WebContext context,
java.util.List<U> profiles)
Checks if the user profiles and / or the current web context are authorized.
|
boolean isAuthorized(WebContext context, java.util.List<U> profiles)
context - the web contextprofiles - the user profilesCopyright © 2019. All Rights Reserved.