| Package | Description |
|---|---|
| xdi2.messaging.target.interceptor.impl.authentication.secrettoken |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSecretTokenAuthenticator |
class |
DigestSecretTokenAuthenticator
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 |
GraphSecretTokenAuthenticator
A SecretTokenAuthenticator that can authenticate an XDI message using a "secret token graph",
which contains sender addresses and secret tokens in digest form.
|
class |
StaticSecretTokenAuthenticator
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 | Method and Description |
|---|---|
SecretTokenAuthenticator |
AuthenticationSecretTokenInterceptor.getSecretTokenAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationSecretTokenInterceptor.setSecretTokenAuthenticator(SecretTokenAuthenticator secretTokenAuthenticator) |
Copyright © 2015. All Rights Reserved.