Interface KerberosIdentity<T>

  • All Superinterfaces:
    Identity, Serializable

    public interface KerberosIdentity<T>
    extends Identity
    Interface for a Kerberos based Identity
    Since:
    Feb 25, 2008
    Version:
    $Revision$
    Author:
    Anil.Saldhana@redhat.com
    • Method Detail

      • getKerberosToken

        T getKerberosToken()
        Return the underlying Kerberos Object
        Returns:
      • setKerberosToken

        void setKerberosToken​(T t)
        Set the underlying Kerberos Object
        Parameters:
        t -