Interface | Description |
---|---|
Authenticator |
Provides methods related to authentication of a request.
|
Authenticator.SaslNegotiator |
Performs the actual SASL negotiation for a single authentication attempt.
|
Class | Description |
---|---|
AllowAllAuthenticator |
Allows all requests to be authenticated.
|
AuthenticatedUser | |
SimpleAuthenticator |
A simple implementation of an
Authenticator that uses a Graph instance as a credential store. |
Exception | Description |
---|---|
AuthenticationException |
An exception that occurs when during authentication such as a failed login.
|
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.