public class Security extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Security.Builder
Builder to construct a properly populated SoapClient
|
| Modifier and Type | Method and Description |
|---|---|
static Security.Builder |
builder() |
String |
getAuthDomain() |
String |
getAuthMethod() |
String |
getAuthPassword() |
String |
getAuthUsername() |
String |
getAuthWorkstation() |
KeyStore |
getKeyStore() |
char[] |
getKeyStorePassword() |
String |
getKeyStorePasswordAsString() |
String |
getKeyStoreType() |
String |
getSslContextProtocol() |
KeyStore |
getTrustStore() |
char[] |
getTrustStorePassword() |
String |
getTrustStorePasswordAsString() |
String |
getTrustStoreType() |
boolean |
isAuthBasic() |
boolean |
isAuthDigest() |
boolean |
isAuthEnabled() |
boolean |
isAuthNtlm() |
boolean |
isAuthSpnego() |
boolean |
isStrictHostVerification() |
public KeyStore getTrustStore()
public char[] getTrustStorePassword()
public String getTrustStorePasswordAsString()
public String getTrustStoreType()
public KeyStore getKeyStore()
public char[] getKeyStorePassword()
public String getKeyStorePasswordAsString()
public String getKeyStoreType()
public String getAuthUsername()
public String getAuthPassword()
public String getAuthWorkstation()
public String getAuthDomain()
public String getAuthMethod()
public boolean isAuthEnabled()
public boolean isAuthBasic()
public boolean isAuthDigest()
public boolean isAuthNtlm()
public boolean isAuthSpnego()
public boolean isStrictHostVerification()
public String getSslContextProtocol()
public static Security.Builder builder()
Copyright © 2012-2018. All Rights Reserved.