Class CredentialStore.CredentialSourceProtectionParameter
java.lang.Object
org.wildfly.security.credential.store.CredentialStore.CredentialSourceProtectionParameter
- All Implemented Interfaces:
CredentialStore.ProtectionParameter
- Enclosing class:
- CredentialStore
public static final class CredentialStore.CredentialSourceProtectionParameter
extends Object
implements CredentialStore.ProtectionParameter
A protection parameter which uses a credential source to acquire a credential to use.
-
Constructor Summary
ConstructorsConstructorDescriptionCredentialSourceProtectionParameter(CredentialSource credentialSource) Construct a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGet the credential source.
-
Constructor Details
-
CredentialSourceProtectionParameter
Construct a new instance.- Parameters:
credentialSource- the credential source to use (must not benull)
-
-
Method Details
-
getCredentialSource
Get the credential source.- Returns:
- the credential source (not
null)
-