public class CacheControlHeader extends Object implements Authorizer<CommonProfile>
| Constructor and Description |
|---|
CacheControlHeader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthorized(WebContext context,
List<CommonProfile> profiles)
Checks if the user profiles and / or the current web context are authorized.
|
public boolean isAuthorized(WebContext context, List<CommonProfile> profiles) throws HttpAction
AuthorizerisAuthorized in interface Authorizer<CommonProfile>context - the web contextprofiles - the user profilesHttpAction - whether an additional HTTP action is requiredCopyright © 2017. All Rights Reserved.