Class MemoryUser

    • Method Detail

      • toXml

        public java.lang.String toXml()
        Deprecated.

        Return a String representation of this user in XML format.

        IMPLEMENTATION NOTE - For backwards compatibility, the reader that processes this entry will accept either username or name for the username property.

        Returns:
        the XML representation
      • toString

        public java.lang.String toString()
        Deprecated.

        Return a String representation of this user.

        Specified by:
        toString in interface java.security.Principal
        Overrides:
        toString in class java.lang.Object