Class HttpAuth
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtype
-
Constructor Summary
Constructors Constructor Description HttpAuth(String type)
-
Method Summary
Modifier and Type Method Description final StringgetType()AuthMethodgetAuthMethod()Get the authentication method type. StringtoString()final static HttpAuthcreateHttpFromJsonString(String str)-
-
Method Detail
-
getType
final String getType()
-
getAuthMethod
AuthMethod getAuthMethod()
Get the authentication method type.
-
toString
String toString()
-
createHttpFromJsonString
final static HttpAuth createHttpFromJsonString(String str)
-
-
-
-