Uses of Interface
com.tangosol.net.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
Modifier and TypeClassDescriptionstatic class
This class is to wrap the existing password into the password-provider approach.Modifier 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
Modifier 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.Modifier 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
ModifierConstructorDescriptionDefaultController
(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
Modifier 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
.