Package com.hazelcast.config.security
Class CredentialsIdentityConfig
java.lang.Object
com.hazelcast.config.security.CredentialsIdentityConfig
- All Implemented Interfaces:
- IdentityConfig
Identity configuration which just holds given credentials instance.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionConverts current configuration to aICredentialsFactoryinstance.copy()Makes a copy (or clone) of the config object.booleaninthashCode()toString()
- 
Constructor Details- 
CredentialsIdentityConfig
 
- 
- 
Method Details- 
getCredentials
- 
copyDescription copied from interface:IdentityConfigMakes a copy (or clone) of the config object.- Specified by:
- copyin interface- IdentityConfig
 
- 
asCredentialsFactoryDescription copied from interface:IdentityConfigConverts current configuration to aICredentialsFactoryinstance.- Specified by:
- asCredentialsFactoryin interface- IdentityConfig
- Parameters:
- cl- class loader to be used if the credentials factory class has to be constructed.
- Returns:
- ICredentialsFactoryinstance
 
- 
toString
- 
hashCodepublic int hashCode()
- 
equals
 
-