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
-
Method Summary
Modifier and TypeMethodDescriptionConverts current configuration to aICredentialsFactory
instance.copy()
Makes a copy (or clone) of the config object.boolean
int
hashCode()
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:IdentityConfig
Converts current configuration to aICredentialsFactory
instance.- Specified by:
asCredentialsFactory
in interfaceIdentityConfig
- Parameters:
cl
- class loader to be used if the credentials factory class has to be constructed.- Returns:
ICredentialsFactory
instance
-
copy
Description copied from interface:IdentityConfig
Makes a copy (or clone) of the config object.- Specified by:
copy
in interfaceIdentityConfig
-
toString
-
hashCode
public int hashCode() -
equals
-