AuthenticationConfigurationBuilder |
AbstractSecurityConfigurationChildBuilder.authentication() |
|
AuthenticationConfigurationBuilder |
SecurityConfigurationBuilder.authentication() |
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.callbackHandler(javax.security.auth.callback.CallbackHandler callbackHandler) |
Specifies a CallbackHandler to be used during the authentication handshake.
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.clientSubject(javax.security.auth.Subject clientSubject) |
Sets the client subject, necessary for those SASL mechanisms which require it to access client credentials (i.e.
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.disable() |
Disables authentication
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.enable() |
Enables authentication
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.enabled(boolean enabled) |
Configures whether authentication should be enabled or not
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.password(char[] password) |
Specifies the password to be used for authentication.
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.password(java.lang.String password) |
Specifies the password to be used for authentication.
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.realm(java.lang.String realm) |
Specifies the realm to be used for authentication.
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.saslMechanism(java.lang.String saslMechanism) |
Selects the SASL mechanism to use for the connection to the server
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.saslProperties(java.util.Map<java.lang.String,java.lang.String> saslProperties) |
Sets the SASL properties
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.serverName(java.lang.String serverName) |
Sets the name of the server as expected by the SASL protocol
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.username(java.lang.String username) |
Specifies the username to be used for authentication.
|