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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionConverts current configuration to aICredentialsFactoryinstance.copy()Makes a copy (or clone) of the config object.booleaninthashCode()toString() 
- 
Constructor Details
- 
CredentialsIdentityConfig
 
 - 
 - 
Method Details
- 
getCredentials
 - 
copy
Description copied from interface:IdentityConfigMakes a copy (or clone) of the config object.- Specified by:
 copyin interfaceIdentityConfig
 - 
asCredentialsFactory
Description copied from interface:IdentityConfigConverts current configuration to aICredentialsFactoryinstance.- Specified by:
 asCredentialsFactoryin interfaceIdentityConfig- Parameters:
 cl- class loader to be used if the credentials factory class has to be constructed.- Returns:
 ICredentialsFactoryinstance
 - 
toString
 - 
hashCode
public int hashCode() - 
equals
 
 -