Class HttpAuthenticationProtocol


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

      • HttpAuthenticationProtocol

        public HttpAuthenticationProtocol​(@NotNull
                                          String name)
      • HttpAuthenticationProtocol

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

      • getName

        @NotNull
        public String getName()
      • getWWWAuthenticateHeader

        @NotNull
        public String getWWWAuthenticateHeader()
      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class Object