| Constructor and Description |
|---|
SecureTextField(String id,
ISecureModel<T> model,
boolean checkModel) |
SecureTextField(String id,
ISecureModel<T> model,
boolean checkModel,
Class<T> type) |
| Modifier and Type | Class and Description |
|---|---|
class |
SecureCompoundPropertyModel<T>
A secure
CompoundPropertyModel. |
protected class |
SecureCompoundPropertyModel.AttachedSecureCompoundPropertyModel<Y>
Component aware variation of the
SecureCompoundPropertyModel that components that
inherit the model get. |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
WaspAuthorizationStrategy.isModelAuthorized(ISecureModel<?> model,
org.apache.wicket.Component component,
WaspAction action)
Performs the actual authorization check on the model of the component.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SwarmModel<T>
A customized
ISecureModel used to check DataPermissions. |
| Modifier and Type | Class and Description |
|---|---|
class |
SwarmCompoundPropertyModel<T>
Swarm version of
SecureCompoundPropertyModel. |
protected class |
SwarmCompoundPropertyModel.AttachedSwarmCompoundPropertyModel<Y>
A wrapping model delegating all security calls to the
SwarmCompoundPropertyModel
instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractSwarmStrategy.isModelAuthorized(ISecureModel<?> model,
org.apache.wicket.Component component,
WaspAction action)
Checks if some action is granted on the model.
|
Copyright © 2015. All rights reserved.