Uses of Class
org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
-
Uses of AuthenticationConfigurationBuilder in org.infinispan.persistence.remote.configuration
Modifier and TypeMethodDescriptionAbstractSecurityConfigurationChildBuilder.authentication()
SecurityConfigurationBuilder.authentication()
AuthenticationConfigurationBuilder.callbackHandler
(CallbackHandler callbackHandler) Specifies aCallbackHandler
to be used during the authentication handshake.AuthenticationConfigurationBuilder.clientSubject
(Subject clientSubject) Sets the client subject, necessary for those SASL mechanisms which require it to access client credentials (i.e.AuthenticationConfigurationBuilder.disable()
Disables authenticationAuthenticationConfigurationBuilder.enable()
Enables authenticationAuthenticationConfigurationBuilder.enabled
(boolean enabled) Configures whether authentication should be enabled or notAuthenticationConfigurationBuilder.password
(char[] password) Specifies the password to be used for authentication.Specifies the password to be used for authentication.Specifies the realm to be used for authentication.AuthenticationConfigurationBuilder.saslMechanism
(String saslMechanism) Selects the SASL mechanism to use for the connection to the serverAuthenticationConfigurationBuilder.saslProperties
(Map<String, String> saslProperties) Sets the SASL propertiesAuthenticationConfigurationBuilder.serverName
(String serverName) Sets the name of the server as expected by the SASL protocolSpecifies the username to be used for authentication.