Class HttpAuthenticationProtocol


  • public class HttpAuthenticationProtocol
    extends java.lang.Object
    Represents HTTP authentication protocol
    Since:
    7.1
    • Constructor Detail

      • HttpAuthenticationProtocol

        public HttpAuthenticationProtocol​(@NotNull
                                          java.lang.String name)
      • HttpAuthenticationProtocol

        public HttpAuthenticationProtocol​(@NotNull
                                          java.lang.String name,
                                          @NotNull
                                          java.lang.String wwwAuthenticateHeader)
    • Method Detail

      • getName

        @NotNull
        public java.lang.String getName()
      • getWWWAuthenticateHeader

        @NotNull
        public java.lang.String getWWWAuthenticateHeader()
      • toString

        @NotNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(@Nullable
                              java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object