public interface Authorizer<U extends UserProfile>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthorized(WebContext context,
U profile)
Checks if the user profile is authorized for the current web context.
|
boolean isAuthorized(WebContext context, U profile)
context - the web contextprofile - the user profileCopyright © 2016. All Rights Reserved.