com.ibm.websphere.http.headers
Interface HTTPSSLSettings
- public interface HTTPSSLSettings
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
See Also:
HeadersPackage.getHTTPSSLSettings()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getKeyStore()
Returns the value of the 'Key Store' attribute.
|
|
getKeyStoreAlias()
Returns the value of the 'Key Store Alias' attribute.
|
|
getKeyStorePassword()
Returns the value of the 'Key Store Password' attribute.
|
|
getKeyStoreType()
Returns the value of the 'Key Store Type' attribute.
|
|
getSSLDebug()
Returns the value of the 'SSL Debug' attribute.
|
|
getSSLVersion()
Returns the value of the 'SSL Version' attribute.
|
|
getTrustStore()
Returns the value of the 'Trust Store' attribute.
|
|
getTrustStorePassword()
Returns the value of the 'Trust Store Password' attribute.
|
|
getTrustStoreType()
Returns the value of the 'Trust Store Type' attribute.
|
|
getUseClientAuth()
Returns the value of the 'Use Client Auth' attribute.
|
|
isSetKeyStore()
Returns whether the value of the '
Key Store ' attribute is set
|
|
isSetKeyStoreAlias()
Returns whether the value of the '
Key Store Alias ' attribute is set
|
|
isSetKeyStorePassword()
Returns whether the value of the '
Key Store Password ' attribute is set
|
|
isSetKeyStoreType()
Returns whether the value of the '
Key Store Type ' attribute is set
|
|
isSetSSLDebug()
Returns whether the value of the '
SSL Debug ' attribute is set
|
|
isSetSSLVersion()
Returns whether the value of the '
SSL Version ' attribute is set
|
|
isSetTrustStore()
Returns whether the value of the '
Trust Store ' attribute is set
|
|
isSetTrustStorePassword()
Returns whether the value of the '
Trust Store Password ' attribute is set
|
|
isSetTrustStoreType()
Returns whether the value of the '
Trust Store Type ' attribute is set
|
|
isSetUseClientAuth()
Returns whether the value of the '
Use Client Auth ' attribute is set
|
|
setKeyStore(java.lang.String value)
Sets the value of the '
Key Store ' attribute
|
|
setKeyStoreAlias(java.lang.String value)
Sets the value of the '
Key Store Alias ' attribute
|
|
setKeyStorePassword(java.lang.String value)
Sets the value of the '
Key Store Password ' attribute
|
|
setKeyStoreType(java.lang.String value)
Sets the value of the '
Key Store Type ' attribute
|
|
setSSLDebug(java.lang.Boolean value)
Sets the value of the '
SSL Debug ' attribute
|
|
setSSLVersion(java.lang.String value)
Sets the value of the '
SSL Version ' attribute
|
|
setTrustStore(java.lang.String value)
Sets the value of the '
Trust Store ' attribute
|
|
setTrustStorePassword(java.lang.String value)
Sets the value of the '
Trust Store Password ' attribute
|
|
setTrustStoreType(java.lang.String value)
Sets the value of the '
Trust Store Type ' attribute
|
|
setUseClientAuth(java.lang.Boolean value)
Sets the value of the '
Use Client Auth ' attribute
|
|
unsetKeyStore()
Unsets the value of the '
Key Store ' attribute
|
|
unsetKeyStoreAlias()
Unsets the value of the '
Key Store Alias ' attribute
|
|
unsetKeyStorePassword()
Unsets the value of the '
Key Store Password ' attribute
|
|
unsetKeyStoreType()
Unsets the value of the '
Key Store Type ' attribute
|
|
unsetSSLDebug()
Unsets the value of the '
SSL Debug ' attribute
|
|
unsetSSLVersion()
Unsets the value of the '
SSL Version ' attribute
|
|
unsetTrustStore()
Unsets the value of the '
Trust Store ' attribute
|
|
unsetTrustStorePassword()
Unsets the value of the '
Trust Store Password ' attribute
|
|
unsetTrustStoreType()
Unsets the value of the '
Trust Store Type ' attribute
|
|
unsetUseClientAuth()
Unsets the value of the '
Use Client Auth ' attribute
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getSSLVersion
- java.lang.String getSSLVersion( )
Returns:
the value of the 'SSL Version' attribute.
See Also:
isSetSSLVersion()
,
unsetSSLVersion()
,
setSSLVersion(String)
,
HeadersPackage.getHTTPSSLSettings_SSLVersion()
setSSLVersion
- void setSSLVersion(java.lang.String value)
Sets the value of the '
SSL Version
' attribute.
Parameters:
value
- the new value of the 'SSL Version' attribute. See Also:
unsetSSLVersion
- void unsetSSLVersion()
Unsets the value of the '
SSL Version
' attribute.
See Also:
isSetSSLVersion
- boolean isSetSSLVersion()
Returns whether the value of the '
SSL Version
' attribute is set.
Returns:
whether the value of the 'SSL Version' attribute is set.
See Also:
getSSLDebug
- java.lang.Boolean getSSLDebug()
Returns the value of the 'SSL Debug' attribute.
The default value is
"false"
.
Returns:
the value of the 'SSL Debug' attribute.
See Also:
isSetSSLDebug()
,
unsetSSLDebug()
,
setSSLDebug(Boolean)
,
HeadersPackage.getHTTPSSLSettings_SSLDebug()
setSSLDebug
- void setSSLDebug(java.lang.Boolean value)
Sets the value of the '
SSL Debug
' attribute.
Parameters:
value
- the new value of the 'SSL Debug' attribute. See Also:
unsetSSLDebug
- void unsetSSLDebug()
Unsets the value of the '
SSL Debug
' attribute.
See Also:
isSetSSLDebug
- boolean isSetSSLDebug()
Returns whether the value of the '
SSL Debug
' attribute is set.
Returns:
whether the value of the 'SSL Debug' attribute is set.
See Also:
getKeyStoreType
- java.lang.String getKeyStoreType( )
Returns the value of the 'Key Store Type' attribute.
The default value is
"JKS"
.
Returns:
the value of the 'Key Store Type' attribute.
See Also:
isSetKeyStoreType()
,
unsetKeyStoreType()
,
setKeyStoreType(String)
,
HeadersPackage.getHTTPSSLSettings_KeyStoreType()
setKeyStoreType
- void setKeyStoreType(java.lang.String value)
Sets the value of the '
Key Store Type
' attribute.
Parameters:
value
- the new value of the 'Key Store Type' attribute. See Also:
unsetKeyStoreType
- void unsetKeyStoreType()
Unsets the value of the '
Key Store Type
' attribute.
isSetKeyStoreType
- boolean isSetKeyStoreType()
Returns whether the value of the '
Key Store Type
' attribute is set.
Returns:
whether the value of the 'Key Store Type' attribute is set.
See Also:
getTrustStoreType
- java.lang.String getTrustStoreType( )
Returns the value of the 'Trust Store Type' attribute.
The default value is
"JKS"
.
Returns:
the value of the 'Trust Store Type' attribute.
See Also:
isSetTrustStoreType()
,
unsetTrustStoreType()
,
setTrustStoreType(String)
,
HeadersPackage.getHTTPSSLSettings_TrustStoreType()
setTrustStoreType
- void setTrustStoreType(java.lang.String value)
Sets the value of the '
Trust Store Type
' attribute.
Parameters:
value
- the new value of the 'Trust Store Type' attribute. See Also:
unsetTrustStoreType
- void unsetTrustStoreType()
Unsets the value of the '
Trust Store Type
' attribute.
isSetTrustStoreType
- boolean isSetTrustStoreType()
Returns whether the value of the '
Trust Store Type
' attribute is set.
Returns:
whether the value of the 'Trust Store Type' attribute is set.
See Also:
getKeyStore
- java.lang.String getKeyStore()
Returns the value of the 'Key Store' attribute.
Returns:
the value of the 'Key Store' attribute.
See Also:
setKeyStore
- void setKeyStore(java.lang.String value)
Sets the value of the '
Key Store
' attribute.
Parameters:
value
- the new value of the 'Key Store' attribute. See Also:
unsetKeyStore
- void unsetKeyStore()
Unsets the value of the '
Key Store
' attribute.
See Also:
isSetKeyStore
- boolean isSetKeyStore()
Returns whether the value of the '
Key Store
' attribute is set.
Returns:
whether the value of the 'Key Store' attribute is set.
See Also:
getKeyStoreAlias
- java.lang.String getKeyStoreAlias( )
Returns the value of the 'Key Store Alias' attribute.
Returns:
the value of the 'Key Store Alias' attribute.
See Also:
isSetKeyStoreAlias()
,
unsetKeyStoreAlias()
,
setKeyStoreAlias(String)
,
HeadersPackage.getHTTPSSLSettings_KeyStoreAlias()
setKeyStoreAlias
- void setKeyStoreAlias(java.lang.String value)
Sets the value of the '
Key Store Alias
' attribute.
Parameters:
value
- the new value of the 'Key Store Alias' attribute. See Also:
unsetKeyStoreAlias
- void unsetKeyStoreAlias()
Unsets the value of the '
Key Store Alias
' attribute.
isSetKeyStoreAlias
- boolean isSetKeyStoreAlias()
Returns whether the value of the '
Key Store Alias
' attribute is set.
Returns:
whether the value of the 'Key Store Alias' attribute is set.
See Also:
getKeyStorePassword
- java.lang.String getKeyStorePassword( )
Returns the value of the 'Key Store Password' attribute.
Returns:
the value of the 'Key Store Password' attribute.
See Also:
isSetKeyStorePassword()
,
unsetKeyStorePassword()
,
setKeyStorePassword(String)
,
HeadersPackage.getHTTPSSLSettings_KeyStorePassword()
setKeyStorePassword
- void setKeyStorePassword(java.lang.String value)
Sets the value of the '
Key Store Password
' attribute.
Parameters:
value
- the new value of the 'Key Store Password' attribute. See Also:
unsetKeyStorePassword
- void unsetKeyStorePassword()
Unsets the value of the '
Key Store Password
' attribute.
isSetKeyStorePassword
- boolean isSetKeyStorePassword()
Returns whether the value of the '
Key Store Password
' attribute is set.
Returns:
whether the value of the 'Key Store Password' attribute is set.
See Also:
getTrustStore
- java.lang.String getTrustStore( )
Returns the value of the 'Trust Store' attribute.
Returns:
the value of the 'Trust Store' attribute.
See Also:
isSetTrustStore()
,
unsetTrustStore()
,
setTrustStore(String)
,
HeadersPackage.getHTTPSSLSettings_TrustStore()
setTrustStore
- void setTrustStore(java.lang.String value)
Sets the value of the '
Trust Store
' attribute.
Parameters:
value
- the new value of the 'Trust Store' attribute. See Also:
unsetTrustStore
- void unsetTrustStore()
Unsets the value of the '
Trust Store
' attribute.
See Also:
isSetTrustStore
- boolean isSetTrustStore()
Returns whether the value of the '
Trust Store
' attribute is set.
Returns:
whether the value of the 'Trust Store' attribute is set.
See Also:
getTrustStorePassword
- java.lang.String getTrustStorePassword( )
Returns the value of the 'Trust Store Password' attribute.
Returns:
the value of the 'Trust Store Password' attribute.
See Also:
isSetTrustStorePassword()
,
unsetTrustStorePassword()
,
setTrustStorePassword(String)
,
HeadersPackage.getHTTPSSLSettings_TrustStorePassword()
setTrustStorePassword
- void setTrustStorePassword(java.lang.String value)
Sets the value of the '
Trust Store Password
' attribute.
Parameters:
value
- the new value of the 'Trust Store Password' attribute. See Also:
unsetTrustStorePassword
- void unsetTrustStorePassword()
Unsets the value of the '
Trust Store Password
' attribute.
isSetTrustStorePassword
- boolean isSetTrustStorePassword( )
Returns whether the value of the '
Trust Store Password
' attribute is set.
Returns:
whether the value of the 'Trust Store Password' attribute is set.
See Also:
getUseClientAuth
- java.lang.Boolean getUseClientAuth( )
Returns the value of the 'Use Client Auth' attribute.
The default value is
"false"
.
Returns:
the value of the 'Use Client Auth' attribute.
See Also:
isSetUseClientAuth()
,
unsetUseClientAuth()
,
setUseClientAuth(Boolean)
,
HeadersPackage.getHTTPSSLSettings_UseClientAuth()
setUseClientAuth
- void setUseClientAuth(java.lang.Boolean value)
Sets the value of the '
Use Client Auth
' attribute.
Parameters:
value
- the new value of the 'Use Client Auth' attribute. See Also:
unsetUseClientAuth
- void unsetUseClientAuth()
Unsets the value of the '
Use Client Auth
' attribute.
isSetUseClientAuth
- boolean isSetUseClientAuth()
Returns whether the value of the '
Use Client Auth
' attribute is set.
Returns:
whether the value of the 'Use Client Auth' attribute is set.
See Also:
"SSL"
.