Class TrustStoreConfiguration
- java.lang.Object
-
- org.infinispan.persistence.remote.configuration.TrustStoreConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo
,ConfigurationInfo
public class TrustStoreConfiguration extends java.lang.Object implements ConfigurationInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSet
attributes()
boolean
equals(java.lang.Object o)
ElementDefinition
getElementDefinition()
int
hashCode()
java.lang.String
trustStoreFileName()
char[]
trustStorePassword()
java.lang.String
trustStoreType()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.configuration.ConfigurationInfo
subElements
-
-
-
-
Method Detail
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinition
in interfaceBaseConfigurationInfo
- Returns:
- the
ElementDefinition
of the configuration.
-
attributes
public AttributeSet attributes()
- Specified by:
attributes
in interfaceBaseConfigurationInfo
- Returns:
- the
AttributeSet
declared by the configuration.
-
trustStoreFileName
public java.lang.String trustStoreFileName()
-
trustStoreType
public java.lang.String trustStoreType()
-
trustStorePassword
public char[] trustStorePassword()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-