Class BasicHttpSecuritySource.BasicCredentials

  • Enclosing class:
    BasicHttpSecuritySource

    public static class BasicHttpSecuritySource.BasicCredentials
    extends java.lang.Object
    Decoded credentials.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String password
      Password.
      java.lang.String userId
      User id.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • userId

        public final java.lang.String userId
        User id.
      • password

        public final java.lang.String password
        Password.