|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
JSSEHelper
Method Summary | |
---|---|
void |
setCustomProperties(java.util.Properties customProperties)
Method called by WebSphere Application Server runtime to set the custom properties configured for the custom TrustManager. |
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. |
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 |
---|
void setCustomProperties(java.util.Properties customProperties)
java.util.Properties
- - contains the custom properties configured.void setExtendedInfo(java.util.Map info)
java.util.Map
- - contains information about the target connection.void setSSLConfig(java.util.Properties config)
java.util.Properties
- - contains a property for the SSL configuration.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |