Class SimpleSecurityAuthority.SimpleUserToken

  • All Implemented Interfaces:
    java.io.Serializable, UserToken
    Enclosing class:
    SimpleSecurityAuthority

    private static final class SimpleSecurityAuthority.SimpleUserToken
    extends java.lang.Object
    implements UserToken
    Represents the authenticated user token for this authority.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private UserID uID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UserID getUserID()
      Returns the ID of the logged on user.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SimpleUserToken

        public SimpleUserToken​(UserID uID)
    • Method Detail

      • getUserID

        public UserID getUserID()
        Description copied from interface: UserToken
        Returns the ID of the logged on user.
        Specified by:
        getUserID in interface UserToken
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object