Uses of Class
org.restlet.security.Authorizer
Packages that use Authorizer
-
Uses of Authorizer in org.restlet.security
Subclasses of Authorizer in org.restlet.securityModifier and TypeClassDescriptionclassAuthorizer allowing only confidential calls.classAuthorizer based on authorized methods.classAuthorizer based on authorized and forbidden roles.Fields in org.restlet.security declared as AuthorizerModifier and TypeFieldDescriptionstatic final AuthorizerAuthorizer.ALWAYSAuthorizer returning true all the time.static final AuthorizerAuthorizer.AUTHENTICATEDAuthorizer returning true for all authenticated requests.static final AuthorizerAuthorizer.NEVERAuthorizer returning false all the time.