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 Summary
Modifier and TypeMethodDescriptionConverts current configuration to aICredentialsFactory
instance.copy()
Makes a copy (or clone) of the config object.
-
Method Details
-
asCredentialsFactory
Converts current configuration to aICredentialsFactory
instance.- Parameters:
cl
- class loader to be used if the credentials factory class has to be constructed.- Returns:
ICredentialsFactory
instance
-
copy
IdentityConfig copy()Makes a copy (or clone) of the config object.
-