Package ir.a2mo.sdk.autoconfigure
Class HttpClientProperties.KeystoreConfiguration
- java.lang.Object
-
- ir.a2mo.sdk.autoconfigure.HttpClientProperties.KeystoreConfiguration
-
- Enclosing class:
- HttpClientProperties
public static class HttpClientProperties.KeystoreConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description KeystoreConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPassword()java.lang.StringgetPath()java.lang.StringgetType()voidsetPassword(java.lang.String password)voidsetPath(java.lang.String path)voidsetType(java.lang.String type)
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
-
setPath
public void setPath(java.lang.String path)
-
getPassword
public java.lang.String getPassword()
-
setPassword
public void setPassword(java.lang.String password)
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
-