public interface HTTPSSLSettings
The following features are supported:
HeadersPackage.getHTTPSSLSettings()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEnabledCipherSuites()
Returns the value of the 'Enabled Cipher Suites' attribute.
|
java.lang.String |
getKeyStore()
Returns the value of the 'Key Store' attribute.
|
java.lang.String |
getKeyStoreAlias()
Returns the value of the 'Key Store Alias' attribute.
|
java.lang.String |
getKeyStorePassword()
Returns the value of the 'Key Store Password' attribute.
|
java.lang.String |
getKeyStoreType()
Returns the value of the 'Key Store Type' attribute.
|
java.lang.Boolean |
getSSLDebug()
Returns the value of the 'SSL Debug' attribute.
|
java.lang.String |
getSSLVersion()
Returns the value of the 'SSL Version' attribute.
|
java.lang.String |
getTrustStore()
Returns the value of the 'Trust Store' attribute.
|
java.lang.String |
getTrustStorePassword()
Returns the value of the 'Trust Store Password' attribute.
|
java.lang.String |
getTrustStoreType()
Returns the value of the 'Trust Store Type' attribute.
|
java.lang.Boolean |
getUseClientAuth()
Returns the value of the 'Use Client Auth' attribute.
|
boolean |
isSetEnabledCipherSuites()
Returns whether the value of the '
Enabled Cipher Suites ' attribute is set |
boolean |
isSetKeyStore()
Returns whether the value of the '
Key Store ' attribute is set |
boolean |
isSetKeyStoreAlias()
Returns whether the value of the '
Key Store Alias ' attribute is set |
boolean |
isSetKeyStorePassword()
Returns whether the value of the '
Key Store Password ' attribute is set |
boolean |
isSetKeyStoreType()
Returns whether the value of the '
Key Store Type ' attribute is set |
boolean |
isSetSSLDebug()
Returns whether the value of the '
SSL Debug ' attribute is set |
boolean |
isSetSSLVersion()
Returns whether the value of the '
SSL Version ' attribute is set |
boolean |
isSetTrustStore()
Returns whether the value of the '
Trust Store ' attribute is set |
boolean |
isSetTrustStorePassword()
Returns whether the value of the '
Trust Store Password ' attribute is set |
boolean |
isSetTrustStoreType()
Returns whether the value of the '
Trust Store Type ' attribute is set |
boolean |
isSetUseClientAuth()
Returns whether the value of the '
Use Client Auth ' attribute is set |
void |
setEnabledCipherSuites(java.lang.String value)
Sets the value of the '
Enabled Cipher Suites ' attribute |
void |
setKeyStore(java.lang.String value)
Sets the value of the '
Key Store ' attribute |
void |
setKeyStoreAlias(java.lang.String value)
Sets the value of the '
Key Store Alias ' attribute |
void |
setKeyStorePassword(java.lang.String value)
Sets the value of the '
Key Store Password ' attribute |
void |
setKeyStoreType(java.lang.String value)
Sets the value of the '
Key Store Type ' attribute |
void |
setSSLDebug(java.lang.Boolean value)
Sets the value of the '
SSL Debug ' attribute |
void |
setSSLVersion(java.lang.String value)
Sets the value of the '
SSL Version ' attribute |
void |
setTrustStore(java.lang.String value)
Sets the value of the '
Trust Store ' attribute |
void |
setTrustStorePassword(java.lang.String value)
Sets the value of the '
Trust Store Password ' attribute |
void |
setTrustStoreType(java.lang.String value)
Sets the value of the '
Trust Store Type ' attribute |
void |
setUseClientAuth(java.lang.Boolean value)
Sets the value of the '
Use Client Auth ' attribute |
void |
unsetEnabledCipherSuites()
Unsets the value of the '
Enabled Cipher Suites ' attribute |
void |
unsetKeyStore()
Unsets the value of the '
Key Store ' attribute |
void |
unsetKeyStoreAlias()
Unsets the value of the '
Key Store Alias ' attribute |
void |
unsetKeyStorePassword()
Unsets the value of the '
Key Store Password ' attribute |
void |
unsetKeyStoreType()
Unsets the value of the '
Key Store Type ' attribute |
void |
unsetSSLDebug()
Unsets the value of the '
SSL Debug ' attribute |
void |
unsetSSLVersion()
Unsets the value of the '
SSL Version ' attribute |
void |
unsetTrustStore()
Unsets the value of the '
Trust Store ' attribute |
void |
unsetTrustStorePassword()
Unsets the value of the '
Trust Store Password ' attribute |
void |
unsetTrustStoreType()
Unsets the value of the '
Trust Store Type ' attribute |
void |
unsetUseClientAuth()
Unsets the value of the '
Use Client Auth ' attribute |
static final java.lang.String COPYRIGHT
java.lang.String getSSLVersion()
"SSL"
.isSetSSLVersion()
,
unsetSSLVersion()
,
setSSLVersion(String)
,
HeadersPackage.getHTTPSSLSettings_SSLVersion()
void setSSLVersion(java.lang.String value)
SSL Version
' attribute.
value
- the new value of the 'SSL Version' attribute.isSetSSLVersion()
,
unsetSSLVersion()
,
getSSLVersion()
void unsetSSLVersion()
SSL Version
' attribute.
boolean isSetSSLVersion()
SSL Version
' attribute is set.
unsetSSLVersion()
,
getSSLVersion()
,
setSSLVersion(String)
java.lang.Boolean getSSLDebug()
"false"
.isSetSSLDebug()
,
unsetSSLDebug()
,
setSSLDebug(Boolean)
,
HeadersPackage.getHTTPSSLSettings_SSLDebug()
void setSSLDebug(java.lang.Boolean value)
SSL Debug
' attribute.
value
- the new value of the 'SSL Debug' attribute.isSetSSLDebug()
,
unsetSSLDebug()
,
getSSLDebug()
void unsetSSLDebug()
SSL Debug
' attribute.
isSetSSLDebug()
,
getSSLDebug()
,
setSSLDebug(Boolean)
boolean isSetSSLDebug()
SSL Debug
' attribute is set.
unsetSSLDebug()
,
getSSLDebug()
,
setSSLDebug(Boolean)
java.lang.String getKeyStoreType()
"JKS"
.isSetKeyStoreType()
,
unsetKeyStoreType()
,
setKeyStoreType(String)
,
HeadersPackage.getHTTPSSLSettings_KeyStoreType()
void setKeyStoreType(java.lang.String value)
Key Store Type
' attribute.
value
- the new value of the 'Key Store Type' attribute.isSetKeyStoreType()
,
unsetKeyStoreType()
,
getKeyStoreType()
void unsetKeyStoreType()
Key Store Type
' attribute.
boolean isSetKeyStoreType()
Key Store Type
' attribute is set.
unsetKeyStoreType()
,
getKeyStoreType()
,
setKeyStoreType(String)
java.lang.String getTrustStoreType()
"JKS"
.isSetTrustStoreType()
,
unsetTrustStoreType()
,
setTrustStoreType(String)
,
HeadersPackage.getHTTPSSLSettings_TrustStoreType()
void setTrustStoreType(java.lang.String value)
Trust Store Type
' attribute.
value
- the new value of the 'Trust Store Type' attribute.isSetTrustStoreType()
,
unsetTrustStoreType()
,
getTrustStoreType()
void unsetTrustStoreType()
Trust Store Type
' attribute.
boolean isSetTrustStoreType()
Trust Store Type
' attribute is set.
unsetTrustStoreType()
,
getTrustStoreType()
,
setTrustStoreType(String)
java.lang.String getKeyStore()
isSetKeyStore()
,
unsetKeyStore()
,
setKeyStore(String)
,
HeadersPackage.getHTTPSSLSettings_KeyStore()
void setKeyStore(java.lang.String value)
Key Store
' attribute.
value
- the new value of the 'Key Store' attribute.isSetKeyStore()
,
unsetKeyStore()
,
getKeyStore()
void unsetKeyStore()
Key Store
' attribute.
isSetKeyStore()
,
getKeyStore()
,
setKeyStore(String)
boolean isSetKeyStore()
Key Store
' attribute is set.
unsetKeyStore()
,
getKeyStore()
,
setKeyStore(String)
java.lang.String getKeyStoreAlias()
isSetKeyStoreAlias()
,
unsetKeyStoreAlias()
,
setKeyStoreAlias(String)
,
HeadersPackage.getHTTPSSLSettings_KeyStoreAlias()
void setKeyStoreAlias(java.lang.String value)
Key Store Alias
' attribute.
value
- the new value of the 'Key Store Alias' attribute.isSetKeyStoreAlias()
,
unsetKeyStoreAlias()
,
getKeyStoreAlias()
void unsetKeyStoreAlias()
Key Store Alias
' attribute.
boolean isSetKeyStoreAlias()
Key Store Alias
' attribute is set.
unsetKeyStoreAlias()
,
getKeyStoreAlias()
,
setKeyStoreAlias(String)
java.lang.String getKeyStorePassword()
isSetKeyStorePassword()
,
unsetKeyStorePassword()
,
setKeyStorePassword(String)
,
HeadersPackage.getHTTPSSLSettings_KeyStorePassword()
void setKeyStorePassword(java.lang.String value)
Key Store Password
' attribute.
value
- the new value of the 'Key Store Password' attribute.isSetKeyStorePassword()
,
unsetKeyStorePassword()
,
getKeyStorePassword()
void unsetKeyStorePassword()
Key Store Password
' attribute.
boolean isSetKeyStorePassword()
Key Store Password
' attribute is set.
unsetKeyStorePassword()
,
getKeyStorePassword()
,
setKeyStorePassword(String)
java.lang.String getTrustStore()
isSetTrustStore()
,
unsetTrustStore()
,
setTrustStore(String)
,
HeadersPackage.getHTTPSSLSettings_TrustStore()
void setTrustStore(java.lang.String value)
Trust Store
' attribute.
value
- the new value of the 'Trust Store' attribute.isSetTrustStore()
,
unsetTrustStore()
,
getTrustStore()
void unsetTrustStore()
Trust Store
' attribute.
boolean isSetTrustStore()
Trust Store
' attribute is set.
unsetTrustStore()
,
getTrustStore()
,
setTrustStore(String)
java.lang.String getTrustStorePassword()
isSetTrustStorePassword()
,
unsetTrustStorePassword()
,
setTrustStorePassword(String)
,
HeadersPackage.getHTTPSSLSettings_TrustStorePassword()
void setTrustStorePassword(java.lang.String value)
Trust Store Password
' attribute.
value
- the new value of the 'Trust Store Password' attribute.isSetTrustStorePassword()
,
unsetTrustStorePassword()
,
getTrustStorePassword()
void unsetTrustStorePassword()
Trust Store Password
' attribute.
boolean isSetTrustStorePassword()
Trust Store Password
' attribute is set.
unsetTrustStorePassword()
,
getTrustStorePassword()
,
setTrustStorePassword(String)
java.lang.Boolean getUseClientAuth()
"false"
.isSetUseClientAuth()
,
unsetUseClientAuth()
,
setUseClientAuth(Boolean)
,
HeadersPackage.getHTTPSSLSettings_UseClientAuth()
void setUseClientAuth(java.lang.Boolean value)
Use Client Auth
' attribute.
value
- the new value of the 'Use Client Auth' attribute.isSetUseClientAuth()
,
unsetUseClientAuth()
,
getUseClientAuth()
void unsetUseClientAuth()
Use Client Auth
' attribute.
boolean isSetUseClientAuth()
Use Client Auth
' attribute is set.
unsetUseClientAuth()
,
getUseClientAuth()
,
setUseClientAuth(Boolean)
java.lang.String getEnabledCipherSuites()
isSetEnabledCipherSuites()
,
unsetEnabledCipherSuites()
,
setEnabledCipherSuites(String)
,
HeadersPackage.getHTTPSSLSettings_EnabledCipherSuites()
void setEnabledCipherSuites(java.lang.String value)
Enabled Cipher Suites
' attribute.
value
- the new value of the 'Enabled Cipher Suites' attribute.isSetEnabledCipherSuites()
,
unsetEnabledCipherSuites()
,
getEnabledCipherSuites()
void unsetEnabledCipherSuites()
Enabled Cipher Suites
' attribute.
boolean isSetEnabledCipherSuites()
Enabled Cipher Suites
' attribute is set.
unsetEnabledCipherSuites()
,
getEnabledCipherSuites()
,
setEnabledCipherSuites(String)