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 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 Modifier and Type Field Description 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.
-