Interface | Description |
---|---|
SecretTokenValidator |
The purpose of this interface is to validate the secret token for a given
sender XDI address.
|
Class | Description |
---|---|
AbstractSecretTokenValidator | |
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.
|
GraphSecretTokenValidator |
A SecretTokenAuthenticator that can authenticate an XDI message using a "secret token graph",
which contains sender addresses and secret tokens in digest form.
|
SecretTokenInterceptor |
This interceptor looks for a secret token on an incoming XDI message,
and invokes an instance of SecretTokenValidator to validate it.
|
StaticSecretTokenValidator |
A SecretTokenAuthenticator that can authenticate an XDI message using a
statically configured list of sender addresses and secret tokens in digest form.
|
Copyright © 2017. All rights reserved.