Uses of Interface
org.apache.wiki.auth.Authorizer
Packages that use Authorizer
Package
Description
Authentication, Authorization and the third A thing.
Authorizer implementation.
Provides the different login modules that JSPWiki uses.
-
Uses of Authorizer in org.apache.wiki.auth
Methods in org.apache.wiki.auth that return AuthorizerModifier and TypeMethodDescriptionAuthorizationManager.getAuthorizer()
Returns the current externalAuthorizer
in use.DefaultAuthorizationManager.getAuthorizer()
Returns the current externalAuthorizer
in use. -
Uses of Authorizer in org.apache.wiki.auth.authorize
Subinterfaces of Authorizer in org.apache.wiki.auth.authorizeModifier and TypeInterfaceDescriptioninterface
Facade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.interface
Extends theAuthorizer
interface by including a delegate method forHttpServletRequest.isUserInRole(String)
.Classes in org.apache.wiki.auth.authorize that implement AuthorizerModifier and TypeClassDescriptionclass
Facade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.class
Authorizes users by delegating role membership checks to the servlet container. -
Uses of Authorizer in org.apache.wiki.auth.login
Methods in org.apache.wiki.auth.login that return AuthorizerMethods in org.apache.wiki.auth.login with parameters of type AuthorizerModifier and TypeMethodDescriptionvoid
AuthorizerCallback.setAuthorizer
(Authorizer authorizer) Sets the authorizer object.