|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.util.WcmSSLInfo
Provides access to SSL information including the protocol string, and the raw SSL Host value from bootstrap.properties or decoded to an IP:port value.
Constructor Summary | |
WcmSSLInfo(java.lang.String psslHost,
WcmDataStore ds)
|
Method Summary | |
java.lang.String |
getProtocol()
The protocol string - either "http" or "https". |
java.lang.String |
getSslHost()
Deprecated. - use getSSLHost(). |
java.lang.String |
getSSLHost()
The raw SSL Host value from bootstrap.properties. |
java.lang.String |
getSslHostDecoded()
Deprecated. - use getSSLHostDecoded(). |
java.lang.String |
getSSLHostDecoded()
The SSL Host value decoded to an IP:port value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WcmSSLInfo(java.lang.String psslHost, WcmDataStore ds) throws java.lang.Exception
Method Detail |
public java.lang.String getSslHost()
public java.lang.String getSslHostDecoded()
public java.lang.String getSSLHost()
public java.lang.String getSSLHostDecoded()
public java.lang.String getProtocol()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |