Uses of Class
org.restlet.security.Authorizer
- 
Packages that use Authorizer Package Description org.restlet.security Classes related to security. - 
- 
Uses of Authorizer in org.restlet.security
Subclasses of Authorizer in org.restlet.security Modifier and Type Class Description classConfidentialAuthorizerAuthorizer allowing only confidential calls.classMethodAuthorizerAuthorizer based on authorized methods.classRoleAuthorizerAuthorizer based on authorized and forbidden roles.Fields in org.restlet.security declared as Authorizer Modifier and Type Field Description static AuthorizerAuthorizer. ALWAYSAuthorizer returning true all the time.static AuthorizerAuthorizer. AUTHENTICATEDAuthorizer returning true for all authenticated requests.static AuthorizerAuthorizer. NEVERAuthorizer returning false all the time. 
 -