Uses of Class
org.apache.wicket.authorization.IAuthorizationStrategy.AllowAllAuthorizationStrategy
-
Packages that use IAuthorizationStrategy.AllowAllAuthorizationStrategy Package Description org.apache.wicket.authorization.strategies.action org.apache.wicket.authorization.strategies.page -
-
Uses of IAuthorizationStrategy.AllowAllAuthorizationStrategy in org.apache.wicket.authorization.strategies.action
Subclasses of IAuthorizationStrategy.AllowAllAuthorizationStrategy in org.apache.wicket.authorization.strategies.action Modifier and Type Class Description classActionAuthorizationStrategyAn authorization strategy which allows the use of a command pattern for users that want to authorize a variety of different types of actions throughout an application. -
Uses of IAuthorizationStrategy.AllowAllAuthorizationStrategy in org.apache.wicket.authorization.strategies.page
Subclasses of IAuthorizationStrategy.AllowAllAuthorizationStrategy in org.apache.wicket.authorization.strategies.page Modifier and Type Class Description classAbstractPageAuthorizationStrategyAn abstract base class for implementing simple authorization of Pages.classSimplePageAuthorizationStrategyA very simple authorization strategy that takes a supertype (a base class or tagging interface) and performs a simple authorization check by calling the abstract method isAuthorized() whenever a Page class that extends or implements the supertype is about to be instantiated.
-