Uses of Class
org.infinispan.client.rest.configuration.AuthenticationConfigurationBuilder
Packages that use AuthenticationConfigurationBuilder
-
Uses of AuthenticationConfigurationBuilder in org.infinispan.client.rest.configuration
Methods in org.infinispan.client.rest.configuration that return AuthenticationConfigurationBuilderModifier and TypeMethodDescriptionAbstractSecurityConfigurationChildBuilder.authentication()SecurityConfigurationBuilder.authentication()AuthenticationConfigurationBuilder.clientSubject(Subject clientSubject) Sets the client subject, necessary for those 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 notSelects the authentication mechanism to use for the connection to the server.AuthenticationConfigurationBuilder.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.Specifies the username to be used for authentication.