AuthenticationConfigurationBuilder |
AbstractSecurityConfigurationChildBuilder.authentication() |
|
AuthenticationConfigurationBuilder |
SecurityConfigurationBuilder.authentication() |
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.callbackHandler(CallbackHandler callbackHandler) |
Specifies a CallbackHandler to be used during the authentication handshake.
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.clientSubject(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(String password) |
Specifies the password to be used for authentication.
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.realm(String realm) |
Specifies the realm to be used for authentication.
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.saslMechanism(String saslMechanism) |
Selects the SASL mechanism to use for the connection to the server.
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.saslProperties(Map<String,String> saslProperties) |
Sets the SASL properties.
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.saslQop(SaslQop... qop) |
Sets the SASL QOP property.
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.saslStrength(SaslStrength... strength) |
Sets the SASL strength property.
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.serverName(String serverName) |
Sets the name of the server as expected by the SASL protocol Setting this property also implicitly enables
authentication (see enable() This defaults to DEFAULT_SERVER_NAME .
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.token(String token) |
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.username(String username) |
Specifies the username to be used for authentication.
|