Uses of Package
org.restlet.security
-
Packages that use org.restlet.security Package Description org.restlet Core classes of the API.org.restlet.data Information exchanged by components.org.restlet.resource Client and server resource classes.org.restlet.security Classes related to security. -
Classes in org.restlet.security used by org.restlet Class Description 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 Class Description Role Application specific role.User User part of a security realm. -
Classes in org.restlet.security used by org.restlet.resource Class Description Role Application specific role. -
Classes in org.restlet.security used by org.restlet.security Class Description 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.