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.impl.CommandCredentialSource.Builder
-
Add a command string to the list of command strings.
- addCommand(Consumer<Consumer<String>>) - Method in class org.wildfly.security.credential.source.impl.CommandCredentialSource.Builder
-
Add a command string provider to the list of command strings.
- addCommand(Supplier<String>) - Method in class org.wildfly.security.credential.source.impl.CommandCredentialSource.Builder
-
Add a command string supplier result to the list of command strings.
- addEnvironment(String, String) - Method in class org.wildfly.security.credential.source.impl.CommandCredentialSource.Builder
-
Add an environment value to the process environment.
- addEnvironment(Consumer<BiConsumer<String, String>>) - Method in class org.wildfly.security.credential.source.impl.CommandCredentialSource.Builder
-
Add multiple environment values to the process environment.
B
- build() - Method in class org.wildfly.security.credential.source.impl.CommandCredentialSource.Builder
-
Construct the credential source instance.
- build() - Method in class org.wildfly.security.credential.source.impl.LocalKerberosCredentialSource.Builder
-
Deprecated.Construct the credential source instance.
- builder() - Static method in class org.wildfly.security.credential.source.impl.CommandCredentialSource
-
Construct a new builder instance.
- builder() - Static method in class org.wildfly.security.credential.source.impl.LocalKerberosCredentialSource
-
Deprecated.Construct a new builder instance.
- Builder() - Constructor for class org.wildfly.security.credential.source.impl.LocalKerberosCredentialSource.Builder
-
Deprecated.
C
- CallbackHandlerCredentialSource - Class in org.wildfly.security.credential.source.impl
-
A credential source which is backed by a callback handler.
- CallbackHandlerCredentialSource(CallbackHandler) - Constructor for class org.wildfly.security.credential.source.impl.CallbackHandlerCredentialSource
-
Construct a new instance.
- CommandCredentialSource - Class in org.wildfly.security.credential.source.impl
-
A credential source which acquires a credential from the command line.
- CommandCredentialSource.Builder - Class in org.wildfly.security.credential.source.impl
-
A builder for a command credential source.
- CredentialStoreCredentialSource - Class in org.wildfly.security.credential.source.impl
-
A credential source which is backed by an entry in a credential store.
- CredentialStoreCredentialSource(CredentialStore, String) - Constructor for class org.wildfly.security.credential.source.impl.CredentialStoreCredentialSource
-
Construct a new instance.
- CredentialStoreCredentialSource(SecurityFactory<CredentialStore>, String) - Constructor for class org.wildfly.security.credential.source.impl.CredentialStoreCredentialSource
-
Construct a new instance.
F
- FactoryCredentialSource - Class in org.wildfly.security.credential.source.impl
-
A credential source which is backed by a credential security factory.
- FactoryCredentialSource(SecurityFactory<? extends Credential>) - Constructor for class org.wildfly.security.credential.source.impl.FactoryCredentialSource
-
Construct a new instance.
G
- getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.impl.CallbackHandlerCredentialSource
- getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.impl.CommandCredentialSource
- getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.impl.CredentialStoreCredentialSource
- getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.impl.FactoryCredentialSource
- getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.impl.KeyStoreCredentialSource
- getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.impl.LocalKerberosCredentialSource
-
Deprecated.
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.impl.CallbackHandlerCredentialSource
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.impl.CommandCredentialSource
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.impl.CredentialStoreCredentialSource
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.impl.FactoryCredentialSource
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.impl.KeyStoreCredentialSource
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.impl.LocalKerberosCredentialSource
-
Deprecated.
K
- KeyStoreCredentialSource - Class in org.wildfly.security.credential.source.impl
-
A credential source which is backed by a key store entry.
- KeyStoreCredentialSource(KeyStore, String, KeyStore.ProtectionParameter) - Constructor for class org.wildfly.security.credential.source.impl.KeyStoreCredentialSource
-
Construct a new instance.
- KeyStoreCredentialSource(SecurityFactory<KeyStore.Entry>) - Constructor for class org.wildfly.security.credential.source.impl.KeyStoreCredentialSource
-
Construct a new instance.
L
- LocalKerberosCredentialSource - Class in org.wildfly.security.credential.source.impl
-
Deprecated.Kerberos based authentication mechanism obtains credential himself
- LocalKerberosCredentialSource.Builder - Class in org.wildfly.security.credential.source.impl
-
Deprecated.A builder for a local kerberos credential source.
O
- org.wildfly.security.credential.source.impl - package org.wildfly.security.credential.source.impl
R
- removeEnvironment(String) - Method in class org.wildfly.security.credential.source.impl.CommandCredentialSource.Builder
-
Remove an environment variable from the process environment.
S
- setMechanismOids(Oid[]) - Method in class org.wildfly.security.credential.source.impl.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.impl.CommandCredentialSource.Builder
-
Set the output character set (encoding) to expect from the process.
- setPasswordFactoryProvider(Provider) - Method in class org.wildfly.security.credential.source.impl.CommandCredentialSource.Builder
-
Set the provider to use to find the password factory.
- setWorkingDirectory(File) - Method in class org.wildfly.security.credential.source.impl.CommandCredentialSource.Builder
-
Set the working directory of the target process.
All Classes All Packages