Package com.hazelcast.config.security
Interface IdentityConfig
- All Known Implementing Classes:
- CredentialsFactoryConfig,- CredentialsIdentityConfig,- KerberosIdentityConfig,- TokenIdentityConfig,- UsernamePasswordIdentityConfig
public interface IdentityConfig
This interface represents identity configuration in security realms or client security configurations. It provides a method
 to convert the configuration into a 
ICredentialsFactory instance.- 
Method SummaryModifier and TypeMethodDescriptionConverts current configuration to aICredentialsFactoryinstance.copy()Makes a copy (or clone) of the config object.
- 
Method Details- 
asCredentialsFactoryConverts current configuration to aICredentialsFactoryinstance.- Parameters:
- cl- class loader to be used if the credentials factory class has to be constructed.
- Returns:
- ICredentialsFactoryinstance
 
- 
copyIdentityConfig copy()Makes a copy (or clone) of the config object.
 
-