Uses of Interface
com.hazelcast.security.ICredentialsFactory
Packages that use ICredentialsFactory
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
Provides classes for configuring security realms in Hazelcast.
Provides interfaces/classes for Hazelcast security implementation.
-
Uses of ICredentialsFactory in com.hazelcast.client.config
Methods in com.hazelcast.client.config that return ICredentialsFactory -
Uses of ICredentialsFactory in com.hazelcast.config
Methods in com.hazelcast.config that return ICredentialsFactoryModifier and TypeMethodDescriptionCredentialsFactoryConfig.asCredentialsFactory
(ClassLoader cl) CredentialsFactoryConfig.getImplementation()
SecurityConfig.getRealmCredentialsFactory
(String realmName) Methods in com.hazelcast.config with parameters of type ICredentialsFactoryModifier and TypeMethodDescriptionCredentialsFactoryConfig.setImplementation
(ICredentialsFactory factoryImpl) -
Uses of ICredentialsFactory in com.hazelcast.config.security
Classes in com.hazelcast.config.security that implement ICredentialsFactoryModifier and TypeClassDescriptionclass
The credentials factory implementation which just takes credentials in a constructor and provides it for everyStaticCredentialsFactory.newCredentials()
call.Methods in com.hazelcast.config.security that return ICredentialsFactoryModifier and TypeMethodDescriptionCredentialsIdentityConfig.asCredentialsFactory
(ClassLoader cl) IdentityConfig.asCredentialsFactory
(ClassLoader cl) Converts current configuration to aICredentialsFactory
instance.KerberosIdentityConfig.asCredentialsFactory
(ClassLoader cl) RealmConfig.asCredentialsFactory()
TokenIdentityConfig.asCredentialsFactory
(ClassLoader cl) UsernamePasswordIdentityConfig.asCredentialsFactory
(ClassLoader cl) -
Uses of ICredentialsFactory in com.hazelcast.security
Methods in com.hazelcast.security that return ICredentialsFactoryModifier and TypeMethodDescriptionSecurityContext.getCredentialsFactory()
Returns currentICredentialsFactory
.