public class CertAuthScheme extends Object implements AuthenticationScheme, groovy.lang.GroovyObject
| Constructor and Description |
|---|
CertAuthScheme() |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic Object getPathToKeyStore()
public void setPathToKeyStore(Object value)
public String getKeyStorePassword()
public void setKeyStorePassword(String value)
public String getKeystoreType()
public void setKeystoreType(String value)
public Object getPathToTrustStore()
public void setPathToTrustStore(Object value)
public String getTrustStorePassword()
public void setTrustStorePassword(String value)
public String getTrustStoreType()
public void setTrustStoreType(String value)
public int getPort()
public void setPort(int value)
public KeyStore getTrustStore()
public void setTrustStore(KeyStore value)
public KeyStore getKeyStore()
public void setKeyStore(KeyStore value)
public org.apache.http.conn.ssl.X509HostnameVerifier getX509HostnameVerifier()
public void setX509HostnameVerifier(org.apache.http.conn.ssl.X509HostnameVerifier value)
public org.apache.http.conn.ssl.SSLSocketFactory getSslSocketFactory()
public void setSslSocketFactory(org.apache.http.conn.ssl.SSLSocketFactory value)
public void authenticate(HTTPBuilder httpBuilder)
authenticate in interface AuthenticationSchemeCopyright © 2010–2016. All rights reserved.