Class LocalKerberosCredentialSource.Builder
java.lang.Object
org.wildfly.security.credential.source.impl.LocalKerberosCredentialSource.Builder
- Enclosing class:
- LocalKerberosCredentialSource
A builder for a local kerberos credential source.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Construct the credential source instance.setMechanismOids(Oid[] mechanismOids) Set array of oid's indicating the mechanisms over which the credential is to be acquired.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setMechanismOids
Set array of oid's indicating the mechanisms over which the credential is to be acquired. Usenullto request system specific default.- Parameters:
mechanismOids- array of mechanism oid's- Returns:
- this builder
-
build
Construct the credential source instance.- Returns:
- the credential source
-