com.ibm.wsspi.ssl

Interface TrustManagerExtendedInfo


  1. public interface TrustManagerExtendedInfo

TrustManager Extended Info Interface. This interface is extended by custom Trust Managers which need information about the remote connection information to make decisions about whether to trust the remote connection.

Since:
WAS 6.1
Version:
1.0
See Also:
JSSEHelper

Method Summary

Modifier and Type Method and Description
  1. void
setCustomProperties(java.util.Properties customProperties)
Method called by WebSphere Application Server runtime to set the custom properties configured for the custom TrustManager.
  1. void
setExtendedInfo(java.util.Map info)
Method called by WebSphere Application Server runtime to set the target host information and potentially other connection info in the future.
  1. void
setSSLConfig(java.util.Properties config)
Method called by WebSphere Application Server runtime to set the SSL configuration properties being used for this connection.

Method Detail

setCustomProperties

  1. void setCustomProperties(java.util.Properties customProperties)
Method called by WebSphere Application Server runtime to set the custom properties configured for the custom TrustManager.

setExtendedInfo

  1. void setExtendedInfo(java.util.Map info)
Method called by WebSphere Application Server runtime to set the target host information and potentially other connection info in the future.

setSSLConfig

  1. void setSSLConfig(java.util.Properties config)
Method called by WebSphere Application Server runtime to set the SSL configuration properties being used for this connection.