Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.security |
Classes related to security.
|
Modifier and Type | Method and Description |
---|---|
Verifier |
Context.getDefaultVerifier()
Returns a verifier that can check the validity of the credentials
associated to a request.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.setDefaultVerifier(Verifier verifier)
Sets a local verifier that can check the validity of user/secret couples
based on Restlet default authorization model.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalVerifier
Verifier that can locally retrieve the secrets.
|
class |
MapVerifier
Verifier that stores its local secrets in a map indexed by the identifier.
|
class |
SecretVerifier
Verifier of identifier/secret couples.
|
Modifier and Type | Method and Description |
---|---|
Verifier |
ChallengeAuthenticator.getVerifier()
Returns the credentials verifier.
|
Verifier |
Realm.getVerifier()
Returns a verifier that can check the validity of the credentials
associated to a request.
|
Modifier and Type | Method and Description |
---|---|
void |
ChallengeAuthenticator.setVerifier(Verifier verifier)
Sets the credentials verifier.
|
void |
Realm.setVerifier(Verifier verifier)
Sets a verifier that can check the validity of the credentials associated
to a request.
|
Constructor and Description |
---|
ChallengeAuthenticator(Context context,
boolean optional,
ChallengeScheme challengeScheme,
java.lang.String realm,
Verifier verifier)
Constructor.
|
Realm(Verifier verifier,
Enroler enroler)
Constructor.
|
Copyright © 2005-2024 Restlet.