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