Class LocalKerberosCredentialSource

java.lang.Object
org.wildfly.security.credential.source.impl.LocalKerberosCredentialSource
All Implemented Interfaces:
CredentialSource

public class LocalKerberosCredentialSource extends Object implements CredentialSource
Deprecated.
Kerberos based authentication mechanism obtains credential himself
A credential source which acquires a credential from local kerberos ticket cache. Provides GSSCredential visible in klist command output etc. Successful obtaining from cache requires set system property javax.security.auth.useSubjectCredsOnly to false.
Author:
Jan Kalina