Class HttpAuthenticationProtocol
- java.lang.Object
-
- jetbrains.buildServer.controllers.interceptors.auth.HttpAuthenticationProtocol
-
public class HttpAuthenticationProtocol extends Object
Represents HTTP authentication protocol- Since:
- 7.1
-
-
Constructor Summary
Constructors Constructor Description HttpAuthenticationProtocol(String name)
HttpAuthenticationProtocol(String name, String wwwAuthenticateHeader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object that)
String
getName()
String
getWWWAuthenticateHeader()
int
hashCode()
String
toString()
-