Class AuthBasic.BasicUser

    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      BasicUser​(java.lang.String username)
      Constructs a new AuthBasic.BasicUser instance with the specified username.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BasicUser

        public BasicUser​(java.lang.String username)
        Constructs a new AuthBasic.BasicUser instance with the specified username.
        Parameters:
        username - the username parsed from the "HTTP Basic Authentication" protocol