|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTTPSSLSettings
A representation of the model object 'HTTPSSL Settings'.
The following features are supported:
SSL Version
SSL Debug
Key Store Type
Trust Store Type
Key Store
Key Store Alias
Key Store Password
Trust Store
Trust Store Password
Use Client Auth
HeadersPackage.getHTTPSSLSettings()
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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 |
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 |
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 |
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 |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
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.
isSetSSLVersion()
,
getSSLVersion()
,
setSSLVersion(String)
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.
isSetKeyStoreType()
,
getKeyStoreType()
,
setKeyStoreType(String)
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.
isSetTrustStoreType()
,
getTrustStoreType()
,
setTrustStoreType(String)
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.
isSetKeyStoreAlias()
,
getKeyStoreAlias()
,
setKeyStoreAlias(String)
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.
isSetKeyStorePassword()
,
getKeyStorePassword()
,
setKeyStorePassword(String)
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.
isSetTrustStore()
,
getTrustStore()
,
setTrustStore(String)
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.
isSetTrustStorePassword()
,
getTrustStorePassword()
,
setTrustStorePassword(String)
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.
isSetUseClientAuth()
,
getUseClientAuth()
,
setUseClientAuth(Boolean)
boolean isSetUseClientAuth()
Use Client Auth
' attribute is set.
unsetUseClientAuth()
,
getUseClientAuth()
,
setUseClientAuth(Boolean)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |