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 externalAuthorizerin use.DefaultAuthorizationManager.getAuthorizer()Returns the current externalAuthorizerin use. -
Uses of Authorizer in org.apache.wiki.auth.authorize
Subinterfaces of Authorizer in org.apache.wiki.auth.authorizeModifier and TypeInterfaceDescriptioninterfaceFacade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.interfaceExtends theAuthorizerinterface by including a delegate method forHttpServletRequest.isUserInRole(String).Classes in org.apache.wiki.auth.authorize that implement AuthorizerModifier and TypeClassDescriptionclassFacade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.classAuthorizes 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 TypeMethodDescriptionvoidAuthorizerCallback.setAuthorizer(Authorizer authorizer) Sets the authorizer object.