Uses of Interface
com.tangosol.net.PasswordProvider
Packages that use PasswordProvider
Package
Description
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
Contains basic cluster interfaces and factories.
Contains classes related to the Coherence Security Framework.
Contains interfaces and classes related to custom SSL certificate and key store loaders.
-
Uses of PasswordProvider in com.tangosol.coherence.config.xml.processor
Classes in com.tangosol.coherence.config.xml.processor that implement PasswordProviderModifier and TypeClassDescriptionstatic class
This class is to wrap the existing password into the password-provider approach.Methods in com.tangosol.coherence.config.xml.processor that return types with arguments of type PasswordProviderModifier and TypeMethodDescriptionstatic ParameterizedBuilder
<PasswordProvider> PasswordProviderBuilderProcessor.getNullPasswordProviderBuilder()
Rerturns a builder for null password values.static ParameterizedBuilder
<PasswordProvider> PasswordProviderBuilderProcessor.getPasswordProviderBuilderForPasswordStr
(String password) Generates a ParameterizedBuilder using the DefaultPasswordProvider.class by passing the string-input to its single-param constructor.PasswordProviderBuilderProcessor.onProcess
(ProcessingContext context, XmlElement xmlElement) PasswordURLProcessor.process
(ProcessingContext context, XmlElement element) -
Uses of PasswordProvider in com.tangosol.net
Classes in com.tangosol.net that implement PasswordProviderModifier and TypeClassDescriptionclass
A base class forPasswordProvider
implementations that read the contents of anInputStream
to obtain a password.class
APasswordProvider
that reads the contents of a URL to obtain a password.Fields in com.tangosol.net declared as PasswordProviderModifier and TypeFieldDescriptionstatic final PasswordProvider
PasswordProvider.NullImplementation
A singleton implementation of aPasswordProvider
that always returns an empty array. -
Uses of PasswordProvider in com.tangosol.net.security
Constructors in com.tangosol.net.security with parameters of type PasswordProviderModifierConstructorDescriptionDefaultController
(File fileKeyStore, File filePermits, boolean fAudit, PasswordProvider pwdProvider) Construct DefaultController for the specified key store file, permissions description (XML) file, the audit flag, and key store password provider. -
Uses of PasswordProvider in com.tangosol.net.ssl
Methods in com.tangosol.net.ssl with parameters of type PasswordProviderModifier and TypeMethodDescriptionAbstractKeyStoreLoader.load
(String sType, PasswordProvider password) AbstractPrivateKeyLoader.load
(PasswordProvider provider) EmptyKeyStoreLoader.load
(String sType, PasswordProvider password) KeyStoreLoader.load
(String sType, PasswordProvider password) Load a namedKeyStore
.default KeyStore
KeyStoreLoader.load
(String sType, PasswordProvider password, Certificate[] aCert) default KeyStore
KeyStoreLoader.load
(String sType, PasswordProvider password, PrivateKey key, PasswordProvider keyPassword, Certificate[] aCert) PrivateKeyLoader.load
(PasswordProvider password) Load a namedPrivateKey
.