| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Security.Builder |
authBasic(String user,
String password) |
Security.Builder |
authDigest(String user,
String password) |
Security.Builder |
authNtlm(String user,
String password,
String workstation,
String domain) |
Security.Builder |
authSpnego() |
Security |
build()
Constructs properly populated soap client
|
Security.Builder |
keyStore(KeyStore value) |
Security.Builder |
keyStorePassword(String value) |
Security.Builder |
keyStoreType(String value) |
Security.Builder |
keyStoreUrl(String value) |
Security.Builder |
keyStoreUrl(URL value) |
Security.Builder |
sslContextProtocol(String value) |
Security.Builder |
strictHostVerification(boolean value)
Enables strict host verification
|
Security.Builder |
trustStore(KeyStore value) |
Security.Builder |
trustStorePassword(String value) |
Security.Builder |
trustStoreType(String value) |
Security.Builder |
trustStoreUrl(String value) |
Security.Builder |
trustStoreUrl(URL value) |
public Security.Builder authBasic(String user, String password)
public Security.Builder authDigest(String user, String password)
public Security.Builder authNtlm(String user, String password, String workstation, String domain)
public Security.Builder authSpnego()
public Security.Builder keyStore(KeyStore value)
value - Specifies the instance of the truststore to use in the SOAP communication. Null is not accepted.public Security.Builder keyStoreUrl(URL value)
value - Specifies the URL of the truststore to use in the SOAP communication. Null is not accepted.public Security.Builder keyStoreUrl(String value)
value - Specifies the URL of the truststore to use in the SOAP communication. Null is not accepted.public Security.Builder keyStoreType(String value)
value - Specifies the type of the truststore. Null is not accepted.public Security.Builder keyStorePassword(String value)
value - truststore password. Null is accepted.public Security.Builder trustStore(KeyStore value)
value - Specifies the instance of the truststore to use in the SOAP communication. Null is not accepted.public Security.Builder trustStoreUrl(URL value)
value - Specifies the URL of the truststore to use in the SOAP communication. Null is not accepted.public Security.Builder trustStoreUrl(String value)
value - Specifies the URL of the truststore to use in the SOAP communication. Null is not accepted.public Security.Builder trustStoreType(String value)
value - Specifies the type of the truststore. Null is not accepted.public Security.Builder trustStorePassword(String value)
value - truststore password. Null is accepted.public Security.Builder strictHostVerification(boolean value)
value - strict host verification enables/disabledpublic Security.Builder sslContextProtocol(String value)
value - Specifies the SSL Context Protocol. By default it's SSLv3. Null is not accepted.public Security build()
Copyright © 2012-2018. All Rights Reserved.