| Package | Description |
|---|---|
| xdi2.messaging.container.interceptor.impl.security.secrettoken |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSecretTokenValidator |
class |
DigestSecretTokenValidator
A SecretTokenAuthenticator that can authenticate a secret token against
a stored digest secret token, using both a global salt and local salts
for producing the digest.
|
class |
GraphSecretTokenValidator
A SecretTokenAuthenticator that can authenticate an XDI message using a "secret token graph",
which contains sender addresses and secret tokens in digest form.
|
class |
StaticSecretTokenValidator
A SecretTokenAuthenticator that can authenticate an XDI message using a
statically configured list of sender addresses and secret tokens in digest form.
|
| Modifier and Type | Field and Description |
|---|---|
static SecretTokenValidator |
SecretTokenInterceptor.DEFAULT_SECRET_TOKEN_VALIDATOR |
| Modifier and Type | Method and Description |
|---|---|
SecretTokenValidator |
SecretTokenInterceptor.getSecretTokenValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecretTokenInterceptor.setSecretTokenValidator(SecretTokenValidator secretTokenValidator) |
| Constructor and Description |
|---|
SecretTokenInterceptor(SecretTokenValidator secretTokenValidator) |
Copyright © 2017. All rights reserved.