Class KerberosServiceContext


  • public class KerberosServiceContext
    extends Object
    • Constructor Detail

      • KerberosServiceContext

        public KerberosServiceContext()
    • Method Detail

      • getPrincipal

        public Principal getPrincipal()
        Returns:
        the principal
      • setPrincipal

        public void setPrincipal​(Principal principal)
        Parameters:
        principal - the principal to set
      • getSessionKey

        public Key getSessionKey()
        Returns:
        the sessionKey
      • setSessionKey

        public void setSessionKey​(Key sessionKey)
        Parameters:
        sessionKey - the sessionKey to set
      • getDelegationCredential

        public GSSCredential getDelegationCredential()
      • setDelegationCredential

        public void setDelegationCredential​(GSSCredential delegationCredential)
      • getGssContext

        public GSSContext getGssContext()
      • setGssContext

        public void setGssContext​(GSSContext gssContext)
      • getKerberosToken

        public byte[] getKerberosToken()
      • setKerberosToken

        public void setKerberosToken​(byte[] kerberosToken)