Uses of Interface
com.tangosol.net.PasswordProvider
-
Packages that use PasswordProvider Package Description com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.security Contains classes related to the Coherence Security Framework.com.tangosol.net.ssl 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 PasswordProvider Modifier and Type Class Description static class
PasswordProviderBuilderProcessor.DefaultPasswordProvider
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 PasswordProvider Modifier and Type Method Description static 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.ParameterizedBuilder<PasswordProvider>
PasswordProviderBuilderProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
ParameterizedBuilder<PasswordProvider>
PasswordURLProcessor. process(ProcessingContext context, XmlElement element)
-
Uses of PasswordProvider in com.tangosol.net
Classes in com.tangosol.net that implement PasswordProvider Modifier and Type Class Description class
InputStreamPasswordProvider
A base class forPasswordProvider
implementations that read the contents of anInputStream
to obtain a password.class
URLPasswordProvider
APasswordProvider
that reads the contents of a URL to obtain a password.Fields in com.tangosol.net declared as PasswordProvider Modifier and Type Field Description static 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 PasswordProvider Constructor Description DefaultController(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 PasswordProvider Modifier and Type Method Description KeyStore
AbstractKeyStoreLoader. load(String sType, PasswordProvider password)
PrivateKey
AbstractPrivateKeyLoader. load(PasswordProvider provider)
KeyStore
EmptyKeyStoreLoader. load(String sType, PasswordProvider password)
KeyStore
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)
PrivateKey
PrivateKeyLoader. load(PasswordProvider password)
Load a namedPrivateKey
.
-