public class AnnotationsRoleAuthorizationStrategy extends AbstractRoleAuthorizationStrategy
AuthorizeInstantiation annotation.ALLOW_ALL| Constructor and Description |
|---|
AnnotationsRoleAuthorizationStrategy(IRoleCheckingStrategy roleCheckingStrategy)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isActionAuthorized(Class<?> componentClass,
Action action) |
boolean |
isActionAuthorized(Component component,
Action action) |
<T extends IRequestableComponent> |
isInstantiationAuthorized(Class<T> componentClass) |
hasAny, isEmptypublic AnnotationsRoleAuthorizationStrategy(IRoleCheckingStrategy roleCheckingStrategy)
roleCheckingStrategy - the authorizer delegatepublic <T extends IRequestableComponent> boolean isInstantiationAuthorized(Class<T> componentClass)
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.