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)
A legacy method that is still used by JMX authentication.
|
IAuthenticator.SaslNegotiator |
newSaslNegotiator(java.net.InetAddress clientAddress)
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).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newSaslNegotiator
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(java.net.InetAddress clientAddress)
IAuthenticator
newSaslNegotiator
in interface IAuthenticator
clientAddress
- the IP address of the client whom we wish to authenticate, or null
if an internal client (one not connected over the remote transport).PasswordAuthenticator.PlainTextSaslAuthenticator
)public AuthenticatedUser legacyAuthenticate(java.util.Map<java.lang.String,java.lang.String> credentialsData)
IAuthenticator
legacyAuthenticate
in interface IAuthenticator
credentialsData
- implementation specific key/value pairsCopyright © 2009-2022 The Apache Software Foundation