Class LocalKerberosCredentialSource.Builder
- java.lang.Object
 - 
- org.wildfly.security.credential.source.LocalKerberosCredentialSource.Builder
 
 
- 
- Enclosing class:
 - LocalKerberosCredentialSource
 
public static final class LocalKerberosCredentialSource.Builder extends Object
A builder for a local kerberos credential source. 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalKerberosCredentialSourcebuild()Construct the credential source instance.LocalKerberosCredentialSource.BuildersetMechanismOids(Oid[] mechanismOids)Set array of oid's indicating the mechanisms over which the credential is to be acquired. 
 - 
 
- 
- 
Method Detail
- 
setMechanismOids
public LocalKerberosCredentialSource.Builder setMechanismOids(Oid[] mechanismOids)
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
public LocalKerberosCredentialSource build()
Construct the credential source instance.- Returns:
 - the credential source
 
 
 - 
 
 -