Uses of Interface
org.restlet.security.Verifier
Packages that use Verifier
Package
Description
Core classes of the Restlet API.
Classes related to security.
-
Uses of Verifier in org.restlet
Methods in org.restlet that return VerifierModifier and TypeMethodDescriptionContext.getDefaultVerifier()Returns a verifier that can check the validity of the credentials associated to a request.Methods in org.restlet with parameters of type VerifierModifier and TypeMethodDescriptionvoidContext.setDefaultVerifier(Verifier verifier) Sets a local verifier that can check the validity of user/secret couples based on Restlet default authorization model. -
Uses of Verifier in org.restlet.security
Classes in org.restlet.security that implement VerifierModifier and TypeClassDescriptionclassVerifier that can locally retrieve the secrets.classVerifier that stores its local secrets in a map indexed by the identifier.classVerifier of identifier/secret couples.Methods in org.restlet.security that return VerifierModifier and TypeMethodDescriptionChallengeAuthenticator.getVerifier()Returns the credentials verifier.Realm.getVerifier()Returns a verifier that can check the validity of the credentials associated to a request.Methods in org.restlet.security with parameters of type VerifierModifier and TypeMethodDescriptionvoidChallengeAuthenticator.setVerifier(Verifier verifier) Sets the credentials verifier.voidRealm.setVerifier(Verifier verifier) Sets a verifier that can check the validity of the credentials associated to a request.Constructors in org.restlet.security with parameters of type VerifierModifierConstructorDescriptionChallengeAuthenticator(Context context, boolean optional, ChallengeScheme challengeScheme, String realm, Verifier verifier) Constructor.Constructor.