Package com.hazelcast.config
Class CredentialsFactoryConfig
java.lang.Object
com.hazelcast.config.CredentialsFactoryConfig
- All Implemented Interfaces:
IdentityConfig
Contains the configuration for Credentials Factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts current configuration to aICredentialsFactoryinstance.copy()Makes a copy (or clone) of the config object.booleaninthashCode()setClassName(String className) setImplementation(ICredentialsFactory factoryImpl) setProperties(Properties properties) toString()
-
Constructor Details
-
CredentialsFactoryConfig
public CredentialsFactoryConfig() -
CredentialsFactoryConfig
-
-
Method Details
-
getClassName
-
setClassName
-
getImplementation
-
setImplementation
-
getProperties
-
setProperties
-
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
-
copy
Description copied from interface:IdentityConfigMakes a copy (or clone) of the config object.- Specified by:
copyin interfaceIdentityConfig
-
toString
-
hashCode
public int hashCode() -
equals
-