Package | Description |
---|---|
org.infinispan.persistence.remote.configuration |
Configuration for
RemoteStore . |
Modifier and Type | Method and Description |
---|---|
AuthenticationConfigurationBuilder |
SecurityConfigurationBuilder.authentication() |
AuthenticationConfigurationBuilder |
AbstractSecurityConfigurationChildBuilder.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.serverName(String serverName)
Sets the name of the server as expected by the SASL protocol
|
AuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.username(String username)
Specifies the username to be used for authentication.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.