Class MechanismConfiguration
- java.lang.Object
-
- org.infinispan.persistence.remote.configuration.MechanismConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo,ConfigurationInfo
public class MechanismConfiguration extends java.lang.Object implements ConfigurationInfo
-
-
Constructor Summary
Constructors Constructor Description MechanismConfiguration(AttributeSet attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSetattributes()booleanequals(java.lang.Object o)ElementDefinitiongetElementDefinition()inthashCode()char[]password()java.lang.Stringrealm()java.lang.StringsaslMechanism()java.lang.StringtoString()java.lang.Stringusername()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.configuration.ConfigurationInfo
subElements
-
-
-
-
Constructor Detail
-
MechanismConfiguration
public MechanismConfiguration(AttributeSet attributes)
-
-
Method Detail
-
username
public java.lang.String username()
-
password
public char[] password()
-
realm
public java.lang.String realm()
-
saslMechanism
public java.lang.String saslMechanism()
-
attributes
public AttributeSet attributes()
- Specified by:
attributesin interfaceBaseConfigurationInfo- Returns:
- the
AttributeSetdeclared by the configuration.
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinitionin interfaceBaseConfigurationInfo- Returns:
- the
ElementDefinitionof the configuration.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-