com.ibm.websphere.http.headers

Interface HTTPSSLSettings


  1. public interface HTTPSSLSettings
A representation of the model object 'HTTPSSL Settings'.

The following features are supported:

See Also:
HeadersPackage.getHTTPSSLSettings()

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getKeyStore()
Returns the value of the 'Key Store' attribute.
  1. java.lang.String
getKeyStoreAlias()
Returns the value of the 'Key Store Alias' attribute.
  1. java.lang.String
getKeyStorePassword()
Returns the value of the 'Key Store Password' attribute.
  1. java.lang.String
getKeyStoreType()
Returns the value of the 'Key Store Type' attribute.
  1. java.lang.Boolean
getSSLDebug()
Returns the value of the 'SSL Debug' attribute.
  1. java.lang.String
getSSLVersion()
Returns the value of the 'SSL Version' attribute.
  1. java.lang.String
getTrustStore()
Returns the value of the 'Trust Store' attribute.
  1. java.lang.String
getTrustStorePassword()
Returns the value of the 'Trust Store Password' attribute.
  1. java.lang.String
getTrustStoreType()
Returns the value of the 'Trust Store Type' attribute.
  1. java.lang.Boolean
getUseClientAuth()
Returns the value of the 'Use Client Auth' attribute.
  1. boolean
isSetKeyStore()
Returns whether the value of the ' Key Store' attribute is set
  1. boolean
isSetKeyStoreAlias()
Returns whether the value of the ' Key Store Alias' attribute is set
  1. boolean
isSetKeyStorePassword()
Returns whether the value of the ' Key Store Password' attribute is set
  1. boolean
isSetKeyStoreType()
Returns whether the value of the ' Key Store Type' attribute is set
  1. boolean
isSetSSLDebug()
Returns whether the value of the ' SSL Debug' attribute is set
  1. boolean
isSetSSLVersion()
Returns whether the value of the ' SSL Version' attribute is set
  1. boolean
isSetTrustStore()
Returns whether the value of the ' Trust Store' attribute is set
  1. boolean
isSetTrustStorePassword()
Returns whether the value of the ' Trust Store Password' attribute is set
  1. boolean
isSetTrustStoreType()
Returns whether the value of the ' Trust Store Type' attribute is set
  1. boolean
isSetUseClientAuth()
Returns whether the value of the ' Use Client Auth' attribute is set
  1. void
setKeyStore(java.lang.String value)
Sets the value of the ' Key Store' attribute
  1. void
setKeyStoreAlias(java.lang.String value)
Sets the value of the ' Key Store Alias' attribute
  1. void
setKeyStorePassword(java.lang.String value)
Sets the value of the ' Key Store Password' attribute
  1. void
setKeyStoreType(java.lang.String value)
Sets the value of the ' Key Store Type' attribute
  1. void
setSSLDebug(java.lang.Boolean value)
Sets the value of the ' SSL Debug' attribute
  1. void
setSSLVersion(java.lang.String value)
Sets the value of the ' SSL Version' attribute
  1. void
setTrustStore(java.lang.String value)
Sets the value of the ' Trust Store' attribute
  1. void
setTrustStorePassword(java.lang.String value)
Sets the value of the ' Trust Store Password' attribute
  1. void
setTrustStoreType(java.lang.String value)
Sets the value of the ' Trust Store Type' attribute
  1. void
setUseClientAuth(java.lang.Boolean value)
Sets the value of the ' Use Client Auth' attribute
  1. void
unsetKeyStore()
Unsets the value of the ' Key Store' attribute
  1. void
unsetKeyStoreAlias()
Unsets the value of the ' Key Store Alias' attribute
  1. void
unsetKeyStorePassword()
Unsets the value of the ' Key Store Password' attribute
  1. void
unsetKeyStoreType()
Unsets the value of the ' Key Store Type' attribute
  1. void
unsetSSLDebug()
Unsets the value of the ' SSL Debug' attribute
  1. void
unsetSSLVersion()
Unsets the value of the ' SSL Version' attribute
  1. void
unsetTrustStore()
Unsets the value of the ' Trust Store' attribute
  1. void
unsetTrustStorePassword()
Unsets the value of the ' Trust Store Password' attribute
  1. void
unsetTrustStoreType()
Unsets the value of the ' Trust Store Type' attribute
  1. void
unsetUseClientAuth()
Unsets the value of the ' Use Client Auth' attribute

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getSSLVersion

  1. java.lang.String getSSLVersion( )
Returns the value of the 'SSL Version' attribute. The default value is "SSL".
Returns:
the value of the 'SSL Version' attribute.
See Also:
isSetSSLVersion(), unsetSSLVersion(), setSSLVersion(String), HeadersPackage.getHTTPSSLSettings_SSLVersion()

setSSLVersion

  1. 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

  1. void unsetSSLVersion()
Unsets the value of the ' SSL Version' attribute.
See Also:

isSetSSLVersion

  1. 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

  1. 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

  1. 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

  1. void unsetSSLDebug()
Unsets the value of the ' SSL Debug' attribute.
See Also:

isSetSSLDebug

  1. 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

  1. 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

  1. 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

  1. void unsetKeyStoreType()
Unsets the value of the ' Key Store Type' attribute.
See Also:

isSetKeyStoreType

  1. 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

  1. 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

  1. 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

  1. void unsetTrustStoreType()
Unsets the value of the ' Trust Store Type' attribute.
See Also:

isSetTrustStoreType

  1. 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

  1. java.lang.String getKeyStore()
Returns the value of the 'Key Store' attribute.
Returns:
the value of the 'Key Store' attribute.
See Also:
isSetKeyStore(), unsetKeyStore(), setKeyStore(String), HeadersPackage.getHTTPSSLSettings_KeyStore()

setKeyStore

  1. 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

  1. void unsetKeyStore()
Unsets the value of the ' Key Store' attribute.
See Also:

isSetKeyStore

  1. 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

  1. 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

  1. 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

  1. void unsetKeyStoreAlias()
Unsets the value of the ' Key Store Alias' attribute.
See Also:

isSetKeyStoreAlias

  1. 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

  1. 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

  1. 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

  1. void unsetKeyStorePassword()
Unsets the value of the ' Key Store Password' attribute.
See Also:

isSetKeyStorePassword

  1. 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

  1. 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

  1. 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

  1. void unsetTrustStore()
Unsets the value of the ' Trust Store' attribute.
See Also:

isSetTrustStore

  1. 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

  1. 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

  1. 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

  1. void unsetTrustStorePassword()
Unsets the value of the ' Trust Store Password' attribute.
See Also:

isSetTrustStorePassword

  1. 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

  1. 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

  1. 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

  1. void unsetUseClientAuth()
Unsets the value of the ' Use Client Auth' attribute.
See Also:

isSetUseClientAuth

  1. 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: