Package | Description |
---|---|
org.restlet.ext.crypto | |
org.restlet.ext.crypto.internal | |
org.restlet.security |
Modifier and Type | Method and Description |
---|---|
LocalVerifier |
AwsAuthenticator.getWrappedVerifier()
Returns the secret verifier that will be wrapped by the real verifier
supporting all the HTTP AWS verifications.
|
Modifier and Type | Method and Description |
---|---|
DigestVerifier<LocalVerifier> |
DigestAuthenticator.getVerifier() |
Modifier and Type | Method and Description |
---|---|
void |
DigestAuthenticator.setWrappedVerifier(LocalVerifier localVerifier)
Sets the secret verifier that will be wrapped by real verifier supporting
all the HTTP DIGEST verifications (nonce, domain URIs, etc.).
|
void |
AwsAuthenticator.setWrappedVerifier(LocalVerifier verifier)
Sets the secret verifier that will be wrapped by the real verifier
supporting all the HTTP AWS verifications.
|
Modifier and Type | Method and Description |
---|---|
LocalVerifier |
AwsVerifier.getWrappedVerifier()
Returns the wrapped local secret verifier.
|
Modifier and Type | Method and Description |
---|---|
void |
AwsVerifier.setWrappedVerifier(LocalVerifier wrappedVerifier)
Sets the wrapped local secret verifier.
|
Constructor and Description |
---|
AwsVerifier(LocalVerifier wrappedVerifier)
Creates a new HttpAwsS3Verifier instance.
|
AwsVerifier(LocalVerifier wrappedVerifier,
long maxRequestAge)
Creates a new HttpAwsS3Verifier instance.
|
HttpDigestVerifier(DigestAuthenticator digestAuthenticator,
LocalVerifier wrappedVerifier,
String wrappedAlgorithm)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
MapVerifier
Verifier that stores its local secrets in a map indexed by the identifier.
|
Copyright © 2005–2013. All rights reserved.