com.filenet.wcm.toolkit.server.util
Class WcmSSLInfo

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.WcmSSLInfo

public class WcmSSLInfo
extends java.lang.Object

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

WcmSSLInfo

public WcmSSLInfo(java.lang.String psslHost,
                  WcmDataStore ds)
           throws java.lang.Exception
Method Detail

getSslHost

public java.lang.String getSslHost()
Deprecated. - use getSSLHost().

The raw SSL Host value from bootstrap.properties.


getSslHostDecoded

public java.lang.String getSslHostDecoded()
Deprecated. - use getSSLHostDecoded().

The SSL Host value decoded to an IP:port value.


getSSLHost

public java.lang.String getSSLHost()
The raw SSL Host value from bootstrap.properties.


getSSLHostDecoded

public java.lang.String getSSLHostDecoded()
The SSL Host value decoded to an IP:port value.


getProtocol

public java.lang.String getProtocol()
The protocol string - either "http" or "https".



© Copyright IBM Corp. 2002, 2007. All Rights Reserved.