Uses of Package
org.restlet.security

Packages that use org.restlet.security
org.restlet Core classes of the API. 
org.restlet.data Information exchanged by components. 
org.restlet.security Classes related to security. 
 

Classes in org.restlet.security used by org.restlet
Enroler
          Updates an authenticated client user with assigned roles.
Realm
          Security realm capable of providing an enroler and a verifier.
Role
          Application specific role.
Verifier
          Verifies the credentials provided by a client user sending a request.
 

Classes in org.restlet.security used by org.restlet.data
Role
          Application specific role.
User
          User part of a security realm.
 

Classes in org.restlet.security used by org.restlet.security
Authenticator
          Filter authenticating the client sending the inbound request.
Authorizer
          Filter authorizing inbound request.
Enroler
          Updates an authenticated client user with assigned roles.
Group
          Group that contains member groups and users.
LocalVerifier
          Verifier that can locally retrieve the secrets.
Realm
          Security realm capable of providing an enroler and a verifier.
Role
          Application specific role.
SecretVerifier
          Verifier of identifier/secret couples.
User
          User part of a security realm.
Verifier
          Verifies the credentials provided by a client user sending a request.
 



Copyright © 2005-2013 Restlet.