Uses of Class
org.restlet.security.Authorizer

Packages that use Authorizer
org.restlet.security Classes related to security. 
 

Uses of Authorizer in org.restlet.security
 

Subclasses of Authorizer in org.restlet.security
 class ConfidentialAuthorizer
          Authorizer allowing only confidential calls.
 class MethodAuthorizer
          Authorizer based on authorized methods.
 class RoleAuthorizer
          Authorizer based on authorized and forbidden roles.
 

Fields in org.restlet.security declared as Authorizer
static Authorizer Authorizer.ALWAYS
          Authorizer returning true all the time.
static Authorizer Authorizer.AUTHENTICATED
          Authorizer returning true for all authenticated requests.
static Authorizer Authorizer.NEVER
          Authorizer returning false all the time.
 



Copyright © 2005-2013 Restlet.