public class AllowAllAuthenticator extends java.lang.Object implements IAuthenticator
IAuthenticator.SaslNegotiator
Constructor and Description |
---|
AllowAllAuthenticator() |
Modifier and Type | Method and Description |
---|---|
AuthenticatedUser |
legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentialsData)
For implementations which support the Thrift login method that accepts arbitrary
key/value pairs containing credentials data.
|
IAuthenticator.SaslNegotiator |
newSaslNegotiator()
Provide a SASL handler to perform authentication for an single connection.
|
java.util.Set<IResource> |
protectedResources()
Set of resources that should be made inaccessible to users and only accessible internally.
|
boolean |
requireAuthentication()
Whether or not the authenticator requires explicit login.
|
void |
setup()
Setup is called once upon system startup to initialize the IAuthenticator.
|
void |
validateConfiguration()
Validates configuration of IAuthenticator implementation (if configurable).
|
public boolean requireAuthentication()
IAuthenticator
requireAuthentication
in interface IAuthenticator
public java.util.Set<IResource> protectedResources()
IAuthenticator
protectedResources
in interface IAuthenticator
public void validateConfiguration() throws ConfigurationException
IAuthenticator
validateConfiguration
in interface IAuthenticator
ConfigurationException
- when there is a configuration error.public void setup()
IAuthenticator
setup
in interface IAuthenticator
public IAuthenticator.SaslNegotiator newSaslNegotiator()
IAuthenticator
newSaslNegotiator
in interface IAuthenticator
PasswordAuthenticator.PlainTextSaslAuthenticator
)public AuthenticatedUser legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentialsData)
IAuthenticator
CredentialsMessage
Implementations where support for Thrift and CQL protocol v1 is not required should make
this an unsupported operation.
Should never return null - always throw AuthenticationException instead.
Returning AuthenticatedUser.ANONYMOUS_USER is an option as well if authentication is not required.legacyAuthenticate
in interface IAuthenticator
credentialsData
- implementation specific key/value pairsCopyright © 2019 The Apache Software Foundation