Class AuthSSOToken.AuthSSOTokenID

    • Constructor Detail

      • AuthSSOTokenID

        protected AuthSSOTokenID​(String t)
    • Method Detail

      • toString

        public String toString()
        Description copied from interface: SSOTokenID
        Returns the encrypted Single Sign On token string.
        Specified by:
        toString in interface SSOTokenID
        Overrides:
        toString in class Object
        Returns:
        An encrypted Single Sign On token string
      • equals

        public boolean equals​(Object object)
        Description copied from interface: SSOTokenID
        Returns true if current object is equals to object. This are the conditions
        • object is not null
        • this instance and object have the same random string.
        • this instance and object have the same server name.
        Specified by:
        equals in interface SSOTokenID
        Overrides:
        equals in class Object
        Parameters:
        object - Object for comparison.
        Returns:
        true if current object is equals to object.
      • hashCode

        public int hashCode()
        Description copied from interface: SSOTokenID
        Returns a hash code for this object.
        Specified by:
        hashCode in interface SSOTokenID
        Overrides:
        hashCode in class Object
        Returns:
        a hash code value for this object.