Class LocalKerberosCredentialSource

  • All Implemented Interfaces:
    CredentialSource

    @Deprecated
    public class LocalKerberosCredentialSource
    extends Object
    implements CredentialSource
    Deprecated.
    Kerberos based authentication mechanism obtains credential himself, see LocalKerberosCredentialSource to use with the new wildfly-elytron-credential-source-impl module
    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