| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.authorization |
Contains classes that allow the user to specify authorization constraints
via IAuthorizationStrategy.
|
| org.apache.wicket.authorization.strategies | |
| org.apache.wicket.authorization.strategies.action |
| Modifier and Type | Field and Description |
|---|---|
static Action |
Component.ENABLE
Action used with IAuthorizationStrategy to determine whether a component is allowed to be
enabled.
|
static Action |
Component.RENDER
Action used with IAuthorizationStrategy to determine whether a component and its children are
allowed to be rendered.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Component.isActionAuthorized(Action action)
Authorizes an action for a component.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
UnauthorizedActionException.getAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IAuthorizationStrategy.isActionAuthorized(Component component,
Action action)
Gets whether the given action is permitted.
|
boolean |
IAuthorizationStrategy.AllowAllAuthorizationStrategy.isActionAuthorized(Component c,
Action action) |
| Constructor and Description |
|---|
UnauthorizedActionException(Component component,
Action action)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompoundAuthorizationStrategy.isActionAuthorized(Component component,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
Action |
IActionAuthorizer.getAction()
Gets the action that this authorizer authorizes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActionAuthorizationStrategy.isActionAuthorized(Component component,
Action action) |
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.