|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.authorization.strategies.role.AbstractRoleAuthorizationStrategy
org.apache.wicket.authorization.strategies.role.annotations.AnnotationsRoleAuthorizationStrategy
public class AnnotationsRoleAuthorizationStrategy
Strategy that checks the
AuthorizeInstantiation
annotation.
| Field Summary |
|---|
| Fields inherited from interface org.apache.wicket.authorization.IAuthorizationStrategy |
|---|
ALLOW_ALL |
| Constructor Summary | |
|---|---|
AnnotationsRoleAuthorizationStrategy(IRoleCheckingStrategy roleCheckingStrategy)
Construct. |
|
| Method Summary | |
|---|---|
boolean |
isActionAuthorized(Component component,
Action action)
|
boolean |
isInstantiationAuthorized(java.lang.Class componentClass)
|
| Methods inherited from class org.apache.wicket.authorization.strategies.role.AbstractRoleAuthorizationStrategy |
|---|
hasAny, isEmpty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationsRoleAuthorizationStrategy(IRoleCheckingStrategy roleCheckingStrategy)
roleCheckingStrategy - the authorizer delegate| Method Detail |
|---|
public boolean isInstantiationAuthorized(java.lang.Class componentClass)
IAuthorizationStrategy.isInstantiationAuthorized(java.lang.Class)
public boolean isActionAuthorized(Component component,
Action action)
IAuthorizationStrategy.isActionAuthorized(org.apache.wicket.Component,
org.apache.wicket.authorization.Action)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||