Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractWaspAction - Class in org.wicketstuff.security.actions
-
Immutable
WaspActionclass. - AbstractWaspAction(String) - Constructor for class org.wicketstuff.security.actions.AbstractWaspAction
-
The default constructor for actions.
- Access - Interface in org.wicketstuff.security.actions
-
The right to access the specified data object.
- ActionFactory - Interface in org.wicketstuff.security.actions
-
The actionFactory translates between string based actions, and class based actions.
- Actions - Class in org.wicketstuff.security.actions
-
Actions maintains the collection of
ActionFactorys. - add(WaspAction) - Method in interface org.wicketstuff.security.actions.WaspAction
-
Creates a new WaspAction containing both the specified actions and the actions of this WaspAction.
- AllActions - Interface in org.wicketstuff.security.actions
-
A special action that implies all other actions.
D
- destroy() - Method in interface org.wicketstuff.security.actions.ActionFactory
-
Clean up any resources this factory holds.
E
- Enable - Interface in org.wicketstuff.security.actions
-
the right to enable a component.
G
- getAction(Class<? extends WaspAction>) - Method in interface org.wicketstuff.security.actions.ActionFactory
-
Returns the registered action of this class.
- getAction(String) - Method in interface org.wicketstuff.security.actions.ActionFactory
-
Creates or reuses a WaspAction based on string values.
- getActionFactory() - Method in interface org.wicketstuff.security.actions.WaspAction
-
The actionFactory that created this action.
- getActionFactory(Object) - Static method in class org.wicketstuff.security.actions.Actions
-
Returns the ActionFactory stored with the key.
- getLoginContext() - Method in exception org.wicketstuff.security.authentication.LoginException
-
The login context that cause the exception.
- getName() - Method in class org.wicketstuff.security.actions.AbstractWaspAction
- getName() - Method in interface org.wicketstuff.security.actions.WaspAction
- getRegisteredActions() - Method in interface org.wicketstuff.security.actions.ActionFactory
-
Returns a list of all the registered actions at the time of the invocation.
I
- implies(WaspAction) - Method in interface org.wicketstuff.security.actions.WaspAction
-
Check if the supplied action is implied by this WaspAction.
- Inherit - Interface in org.wicketstuff.security.actions
-
Used by containers to specify that all of there children inherit these actions.
L
- LoginException - Exception in org.wicketstuff.security.authentication
-
Thrown when an exception arrises during the login.
- LoginException() - Constructor for exception org.wicketstuff.security.authentication.LoginException
- LoginException(String) - Constructor for exception org.wicketstuff.security.authentication.LoginException
- LoginException(String, Throwable) - Constructor for exception org.wicketstuff.security.authentication.LoginException
- LoginException(Throwable) - Constructor for exception org.wicketstuff.security.authentication.LoginException
O
- org.wicketstuff.security.actions - package org.wicketstuff.security.actions
- org.wicketstuff.security.authentication - package org.wicketstuff.security.authentication
R
- register(Class<? extends WaspAction>, String) - Method in interface org.wicketstuff.security.actions.ActionFactory
-
Register a new action.
- registerActionFactory(Object, ActionFactory) - Static method in class org.wicketstuff.security.actions.Actions
-
Registers a new ActionFactory for anybody knowing the right key to be retrieved.
- RegistrationException - Exception in org.wicketstuff.security.actions
-
Exception throw when there is a problem registering a new action.
- RegistrationException(String) - Constructor for exception org.wicketstuff.security.actions.RegistrationException
- RegistrationException(String, Throwable) - Constructor for exception org.wicketstuff.security.actions.RegistrationException
- RegistrationException(Throwable) - Constructor for exception org.wicketstuff.security.actions.RegistrationException
- remove(WaspAction) - Method in interface org.wicketstuff.security.actions.WaspAction
-
Creates a new WaspAction with all the actions of this action except those specified.
- Render - Interface in org.wicketstuff.security.actions
S
- setLoginContext(Object) - Method in exception org.wicketstuff.security.authentication.LoginException
-
Set the login context that caused the problem.
U
- unregisterActionFactory(Object) - Static method in class org.wicketstuff.security.actions.Actions
-
Removes the registration of a single ActionFactory.
W
- WaspAction - Interface in org.wicketstuff.security.actions
-
Immutable mapping for
Actionwith added logic for implies checks.
All Classes and Interfaces|All Packages|Serialized Form