
| Interface | Description |
|---|---|
| SecretTokenAuthenticator |
The purpose of this interface is to authenticate an incoming XDI message
using a secret token.
|
| Class | Description |
|---|---|
| AbstractSecretTokenAuthenticator | |
| AuthenticationSecretTokenInterceptor |
This interceptor looks for a secret token on an incoming XDI message,
and invokes an instance of SecretTokenAuthenticator to authenticate the message.
|
| 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.
|
| GraphSecretTokenAuthenticator |
A SecretTokenAuthenticator that can authenticate an XDI message using a "secret token graph",
which contains sender addresses and secret tokens in digest form.
|
| StaticSecretTokenAuthenticator |
A SecretTokenAuthenticator that can authenticate an XDI message using a
statically configured list of sender addresses and secret tokens in digest form.
|
Copyright © 2015. All Rights Reserved.