public class CertAuthScheme extends Object implements AuthenticationScheme, groovy.lang.GroovyObject
Constructor and Description |
---|
CertAuthScheme() |
public 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 AuthenticationScheme
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
Copyright © 2010–2020. All rights reserved.