Uses of Interface
org.apache.wiki.auth.Authorizer
-
Packages that use Authorizer Package Description org.apache.wiki.auth Authentication, Authorization and the third A thing.org.apache.wiki.auth.authorize Authorizer implementation.org.apache.wiki.auth.login Provides the different login modules that JSPWiki uses. -
-
Uses of Authorizer in org.apache.wiki.auth
Methods in org.apache.wiki.auth that return Authorizer Modifier and Type Method Description AuthorizerAuthorizationManager. getAuthorizer()Returns the current externalAuthorizerin use.AuthorizerDefaultAuthorizationManager. getAuthorizer()Returns the current externalAuthorizerin use. -
Uses of Authorizer in org.apache.wiki.auth.authorize
Subinterfaces of Authorizer in org.apache.wiki.auth.authorize Modifier and Type Interface Description interfaceGroupManagerFacade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.interfaceWebAuthorizerExtends theAuthorizerinterface by including a delegate method forHttpServletRequest.isUserInRole(String).Classes in org.apache.wiki.auth.authorize that implement Authorizer Modifier and Type Class Description classDefaultGroupManagerFacade class for storing, retrieving and managing wiki groups on behalf of AuthorizationManager, JSPs and other presentation-layer classes.classWebContainerAuthorizerAuthorizes 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 Authorizer Modifier and Type Method Description AuthorizerAuthorizerCallback. getAuthorizer()Returns the authorizer.Methods in org.apache.wiki.auth.login with parameters of type Authorizer Modifier and Type Method Description voidAuthorizerCallback. setAuthorizer(Authorizer authorizer)Sets the authorizer object.
-