Class AuthenticationConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<AuthenticationConfiguration>
org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
- All Implemented Interfaces:
Matchable<AuthenticationConfiguration>
,Updatable<AuthenticationConfiguration>
AuthenticationConfiguration.
- Since:
- 9.1
- Author:
- Tristan Tarrant
-
Field Summary
Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationConfiguration
(AttributeSet attributes, MechanismConfiguration mechanismConfiguration) -
Method Summary
Methods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, write
-
Constructor Details
-
AuthenticationConfiguration
public AuthenticationConfiguration(AttributeSet attributes, MechanismConfiguration mechanismConfiguration)
-
-
Method Details
-
callbackHandler
-
enabled
public boolean enabled() -
username
-
password
public char[] password() -
realm
-
saslMechanism
-
saslProperties
-
serverName
-
clientSubject
-