Uses of Class
org.apache.wicket.authorization.Action
-
Packages that use Action 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 -
-
Uses of Action in org.apache.wicket
Fields in org.apache.wicket declared as Action Modifier and Type Field Description static ActionComponent. ENABLEAction used with IAuthorizationStrategy to determine whether a component is allowed to be enabled.static ActionComponent. RENDERAction used with IAuthorizationStrategy to determine whether a component and its children are allowed to be rendered.Methods in org.apache.wicket with parameters of type Action Modifier and Type Method Description booleanComponent. isActionAuthorized(Action action)Authorizes an action for a component. -
Uses of Action in org.apache.wicket.authorization
Methods in org.apache.wicket.authorization that return Action Modifier and Type Method Description ActionUnauthorizedActionException. getAction()Methods in org.apache.wicket.authorization with parameters of type Action Modifier and Type Method Description booleanIAuthorizationStrategy.AllowAllAuthorizationStrategy. isActionAuthorized(Component c, Action action)booleanIAuthorizationStrategy. isActionAuthorized(Component component, Action action)Gets whether the given action is permitted.Constructors in org.apache.wicket.authorization with parameters of type Action Constructor Description UnauthorizedActionException(Component component, Action action)Construct. -
Uses of Action in org.apache.wicket.authorization.strategies
Methods in org.apache.wicket.authorization.strategies with parameters of type Action Modifier and Type Method Description booleanCompoundAuthorizationStrategy. isActionAuthorized(Component component, Action action) -
Uses of Action in org.apache.wicket.authorization.strategies.action
Methods in org.apache.wicket.authorization.strategies.action that return Action Modifier and Type Method Description ActionIActionAuthorizer. getAction()Gets the action that this authorizer authorizes.Methods in org.apache.wicket.authorization.strategies.action with parameters of type Action Modifier and Type Method Description booleanActionAuthorizationStrategy. isActionAuthorized(Component component, Action action)
-