Class SpnegoUserPrincipal

  • All Implemented Interfaces:
    java.security.Principal

    public class SpnegoUserPrincipal
    extends java.lang.Object
    implements java.security.Principal
    • Constructor Summary

      Constructors 
      Constructor Description
      SpnegoUserPrincipal​(java.lang.String name, byte[] token)  
      SpnegoUserPrincipal​(java.lang.String name, java.lang.String encodedToken)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEncodedToken()  
      java.lang.String getName()  
      byte[] getToken()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.security.Principal

        equals, hashCode, implies, toString
    • Constructor Detail

      • SpnegoUserPrincipal

        public SpnegoUserPrincipal​(java.lang.String name,
                                   java.lang.String encodedToken)
      • SpnegoUserPrincipal

        public SpnegoUserPrincipal​(java.lang.String name,
                                   byte[] token)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface java.security.Principal
      • getToken

        public byte[] getToken()
      • getEncodedToken

        public java.lang.String getEncodedToken()