| java.lang.Object com.sun.portal.comm.url.URLBuilder
All known Subclasses: com.sun.portal.comm.url.SunCalURLBuilder, com.sun.portal.comm.url.NotesMailURLBuilder, com.sun.portal.comm.url.NotesABURLBuilder, com.sun.portal.comm.url.ExchangeABURLBuilder, com.sun.portal.comm.url.FullURLBuilderTest, com.sun.portal.comm.url.SunABURLBuilder, com.sun.portal.comm.url.ExchangeCalURLBuilder, com.sun.portal.comm.url.SunMailURLBuilder, com.sun.portal.comm.url.NotesCalURLBuilder, com.sun.portal.comm.url.UWCURLBuilder, com.sun.portal.comm.url.ExchangeMailURLBuilder,
URLBuilder | abstract public class URLBuilder (Code) | | |
serverSSOEnabled | protected boolean serverSSOEnabled(Code) | | |
useProxyAuth | protected boolean useProxyAuth(Code) | | |
allowsStartURL | public boolean allowsStartURL()(Code) | | Lets invoking classes know if the client start url is available
in this URLBuilder. Defaults to true
boolean Is client start URL available |
encode | public String encode(String text)(Code) | | Encode a string. Return initial string on any errors
Parameters: String - The string to be encoded String The encoded string |
getAdapterProperties | public Properties getAdapterProperties()(Code) | | Get the SSO Adapter properties
Properties SSO Adapter properties |
getBaseURL | public String getBaseURL()(Code) | | Returns the base URL
String The base URL |
getEncoding | public String getEncoding()(Code) | | Return the response character encoding
String The response character encoding |
getPath | public String getPath()(Code) | | Returns the URL path
String The URL path |
getServerSSOEnabled | public boolean getServerSSOEnabled()(Code) | | Is the server SSO-Enabled
boolean server SSO-Enabled |
getStartURL | public String getStartURL()(Code) | | Return URL string for mail client.
Defaults to baseURL + path
String start URL string |
initBaseURL | protected void initBaseURL()(Code) | | Sets the base URL from sso adapter preferences.
Constructs base URL per the following SSO adapter properties:
- clientProtocol, protocol, defaults to "http"
- clientHost, host, defaults to "nohostsetinpreferences"
- clientPort, port, defaults to "80"
|
initLogonProperties | protected void initLogonProperties(SSOAdapter ssoAdapter)(Code) | | Sets the logon properties from sso adapter preferences and the AMStore
if using proxy auth.
|
setAdapterProperties | public void setAdapterProperties(Properties adapterProperties)(Code) | | Set the SSO Adapter properties
Parameters: Properties - SSO Adapter properties |
setEncoding | public void setEncoding(String encoding)(Code) | | Set the response character encoding
Parameters: String - The response character encoding |
setPath | public void setPath(String path)(Code) | | Sets the URL path
|
setServerSSOEnabled | public void setServerSSOEnabled(boolean serverSSOEnabled)(Code) | | Set whether the server is SSO-Enabled
boolean server SSO-Enabled |
|
|