A B C F G K L O R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addCommand(String) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
-
Deprecated.Add a command string to the list of command strings.
- addCommand(Consumer<Consumer<String>>) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
-
Deprecated.Add a command string provider to the list of command strings.
- addCommand(Supplier<String>) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
-
Deprecated.Add a command string supplier result to the list of command strings.
- addEnvironment(String, String) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
-
Deprecated.Add an environment value to the process environment.
- addEnvironment(Consumer<BiConsumer<String, String>>) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
-
Deprecated.Add multiple environment values to the process environment.
B
- build() - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
-
Deprecated.Construct the credential source instance.
- build() - Method in class org.wildfly.security.credential.source.LocalKerberosCredentialSource.Builder
-
Deprecated.Construct the credential source instance.
- builder() - Static method in class org.wildfly.security.credential.source.CommandCredentialSource
-
Deprecated.Construct a new builder instance.
- builder() - Static method in class org.wildfly.security.credential.source.LocalKerberosCredentialSource
-
Deprecated.Construct a new builder instance.
- Builder() - Constructor for class org.wildfly.security.credential.source.LocalKerberosCredentialSource.Builder
-
Deprecated.
C
- CallbackHandlerCredentialSource - Class in org.wildfly.security.credential.source
-
Deprecated.
- CallbackHandlerCredentialSource(CallbackHandler) - Constructor for class org.wildfly.security.credential.source.CallbackHandlerCredentialSource
-
Deprecated.Construct a new instance.
- CommandCredentialSource - Class in org.wildfly.security.credential.source
-
Deprecated.
- CommandCredentialSource.Builder - Class in org.wildfly.security.credential.source
-
Deprecated.A builder for a command credential source.
- CredentialStoreCredentialSource - Class in org.wildfly.security.credential.source
-
Deprecated.
- CredentialStoreCredentialSource(CredentialStore, String) - Constructor for class org.wildfly.security.credential.source.CredentialStoreCredentialSource
-
Deprecated.Construct a new instance.
- CredentialStoreCredentialSource(SecurityFactory<CredentialStore>, String) - Constructor for class org.wildfly.security.credential.source.CredentialStoreCredentialSource
-
Deprecated.Construct a new instance.
F
- FactoryCredentialSource - Class in org.wildfly.security.credential.source
-
Deprecated.
- FactoryCredentialSource(SecurityFactory<? extends Credential>) - Constructor for class org.wildfly.security.credential.source.FactoryCredentialSource
-
Deprecated.Construct a new instance.
G
- getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.CallbackHandlerCredentialSource
-
Deprecated.
- getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.CommandCredentialSource
-
Deprecated.
- getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.CredentialStoreCredentialSource
-
Deprecated.
- getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.FactoryCredentialSource
-
Deprecated.
- getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.KeyStoreCredentialSource
-
Deprecated.
- getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.LocalKerberosCredentialSource
-
Deprecated.
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.CallbackHandlerCredentialSource
-
Deprecated.
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.CommandCredentialSource
-
Deprecated.
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.CredentialStoreCredentialSource
-
Deprecated.
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.FactoryCredentialSource
-
Deprecated.
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.KeyStoreCredentialSource
-
Deprecated.
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.LocalKerberosCredentialSource
-
Deprecated.
K
- KeyStoreCredentialSource - Class in org.wildfly.security.credential.source
-
Deprecated.
- KeyStoreCredentialSource(KeyStore, String, KeyStore.ProtectionParameter) - Constructor for class org.wildfly.security.credential.source.KeyStoreCredentialSource
-
Deprecated.Construct a new instance.
- KeyStoreCredentialSource(SecurityFactory<KeyStore.Entry>) - Constructor for class org.wildfly.security.credential.source.KeyStoreCredentialSource
-
Deprecated.Construct a new instance.
L
- LocalKerberosCredentialSource - Class in org.wildfly.security.credential.source
-
Deprecated.Kerberos based authentication mechanism obtains credential himself, see
org.wildfly.security.credential.source.impl.LocalKerberosCredentialSourceto use with the new wildfly-elytron-credential-source-impl module - LocalKerberosCredentialSource.Builder - Class in org.wildfly.security.credential.source
-
Deprecated.A builder for a local kerberos credential source.
O
- org.wildfly.security.credential.source - package org.wildfly.security.credential.source
R
- removeEnvironment(String) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
-
Deprecated.Remove an environment variable from the process environment.
S
- setMechanismOids(Oid[]) - Method in class org.wildfly.security.credential.source.LocalKerberosCredentialSource.Builder
-
Deprecated.Set array of oid's indicating the mechanisms over which the credential is to be acquired.
- setOutputCharset(Charset) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
-
Deprecated.Set the output character set (encoding) to expect from the process.
- setPasswordFactoryProvider(Provider) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
-
Deprecated.Set the provider to use to find the password factory.
- setWorkingDirectory(File) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
-
Deprecated.Set the working directory of the target process.
All Classes All Packages