
public interface SecretTokenAuthenticator
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(Message message,
String secretToken)
Authenticates an XDI message given a secret token.
|
void |
init(MessagingTarget messagingTarget,
AuthenticationSecretTokenInterceptor authenticationSecretTokenInterceptor) |
void |
shutdown(MessagingTarget messagingTarget,
AuthenticationSecretTokenInterceptor authenticationSecretTokenInterceptor) |
void init(MessagingTarget messagingTarget, AuthenticationSecretTokenInterceptor authenticationSecretTokenInterceptor) throws Exception
Exceptionvoid shutdown(MessagingTarget messagingTarget, AuthenticationSecretTokenInterceptor authenticationSecretTokenInterceptor) throws Exception
ExceptionCopyright © 2015. All Rights Reserved.