public static class Settings.AuthenticationSettings extends Object
Authenticator
implementation.Modifier and Type | Field and Description |
---|---|
String |
authenticationHandler
The fully qualified class name of the
AbstractAuthenticationHandler implementation. |
String |
authenticator
The fully qualified class name of the
Authenticator implementation. |
Map<String,Object> |
config
A
Map containing Authenticator specific configurations. |
boolean |
enableAuditLog
Deprecated.
As of release 3.5.0, replaced by
Settings.enableAuditLog with slight changes in the
log message format. |
Constructor and Description |
---|
AuthenticationSettings() |
public String authenticator
Authenticator
implementation. This class name will be
used to load the implementation from the classpath. Defaults to AllowAllAuthenticator
when
not specified.public String authenticationHandler
AbstractAuthenticationHandler
implementation.
This class name will be used to load the implementation from the classpath.
Defaults to null when not specified.@Deprecated public boolean enableAuditLog
Settings.enableAuditLog
with slight changes in the
log message format.public Map<String,Object> config
Map
containing Authenticator
specific configurations. Consult the
Authenticator
implementation for specifics on what configurations are expected.Copyright © 2013–2021 Apache Software Foundation. All rights reserved.