Package | Description |
---|---|
org.restlet | |
org.restlet.ext.crypto | |
org.restlet.ext.crypto.internal | |
org.restlet.ext.jaas | |
org.restlet.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 |
DigestVerifier<T extends SecretVerifier>
Wrapper verifier that can verify digested secrets.
|
Modifier and Type | Method and Description |
---|---|
void |
DigestAuthenticator.setVerifier(Verifier verifier)
Set the internal verifier.
|
void |
AwsAuthenticator.setVerifier(Verifier verifier)
Sets the internal verifier.
|
Constructor and Description |
---|
AwsAuthenticator(Context context,
boolean optional,
String realm,
Verifier verifier)
Creates a new HttpAwsS3Authenticator instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AwsVerifier
Wrapped verifier that can verify HTTP requests utilizing the Amazon S3
authentication scheme.
|
class |
HttpDigestVerifier
Verifier for the HTTP DIGEST authentication scheme.
|
Modifier and Type | Class and Description |
---|---|
class |
JaasVerifier
Verifier that leverages the JAAS pluggable authentication mechanism.
|
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,
String realm,
Verifier verifier)
Constructor.
|
Realm(Verifier verifier,
Enroler enroler)
Constructor.
|
Copyright © 2005–2017. All rights reserved.