
public class ProxyLoader extends Object implements IProxyLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
PROXY_LOADER_SESSION_KEY |
ARS, DATAACCESS, DCS, FGSMS_AUTH_MODE, JAVAXNETSSLKEY_STORE, JAVAXNETSSLKEY_STORE_PASSWORD, JAVAXNETSSLTRUST_STORE, JAVAXNETSSLTRUST_STORE_PASSWORD, POLICYCONFIG, REPORT_PICKUP_LOCATION, REPORTING, STATUS, UDDIURL_INQUIRY, UDDIURL_PUBLISH, UDDIURL_SECURITY, UDDIUSE_HTTP_CLIENT_CERT, UDDIUSE_HTTP_USERNAME_PASSWORD, UDDIUSE_UDDI_USERNAME_PASSWORD| Modifier and Type | Method and Description |
|---|---|
RemoteAgentCallbackPort |
GetAgentCallBack(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns an instance of the agent callback service.
|
OpStatusService |
GetAgentCallBackOpStat(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns an instance of the agent callback service.
|
AutomatedReportingService |
GetARS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Constants.AuthMode |
getAuthmode() |
DataAccessService |
GetDAS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static ProxyLoader |
getInstance(javax.servlet.ServletContext application) |
String |
getKeyStoreTrustStoreDirectory()
returns the directory containing the trust store and key stores
|
OpStatusService |
GetOpStat(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
PCS |
GetPCS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
PCS |
GetPCSForUsernamePasswordLogin(javax.servlet.ServletContext application,
String username,
String password)
only used from the login page, returns a PCS client proxy that should
only be used for authenticated the user
|
Properties |
getRawConfiguration() |
URL |
getRawConfigurationURL() |
ReportingService |
GetRS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
StatusService |
GetSS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
UDDIConfig |
GetUDDIInquiryConfig(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
returns configuration object representing the UDDI's servers
configuration, including client proxies
|
boolean |
isSecure() |
boolean |
uddiConfigured()
returns true if the UDDI browser parameters are currently configured
|
public static final String PROXY_LOADER_SESSION_KEY
public static ProxyLoader getInstance(javax.servlet.ServletContext application) throws Exception
Exceptionpublic Constants.AuthMode getAuthmode()
getAuthmode in interface IProxyLoaderpublic boolean uddiConfigured()
IProxyLoaderuddiConfigured in interface IProxyLoaderpublic PCS GetPCSForUsernamePasswordLogin(javax.servlet.ServletContext application, String username, String password)
GetPCSForUsernamePasswordLogin in interface IProxyLoaderapplication - username - password - public PCS GetPCS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
GetPCS in interface IProxyLoaderIOExceptionpublic DataAccessService GetDAS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
GetDAS in interface IProxyLoaderIOExceptionpublic ReportingService GetRS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
GetRS in interface IProxyLoaderIOExceptionpublic AutomatedReportingService GetARS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
GetARS in interface IProxyLoaderIOExceptionpublic StatusService GetSS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
GetSS in interface IProxyLoaderIOExceptionpublic UDDIConfig GetUDDIInquiryConfig(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IProxyLoaderGetUDDIInquiryConfig in interface IProxyLoaderIOExceptionpublic String getKeyStoreTrustStoreDirectory()
IProxyLoadergetKeyStoreTrustStoreDirectory in interface IProxyLoaderpublic Properties getRawConfiguration()
getRawConfiguration in interface IProxyLoaderpublic URL getRawConfigurationURL()
getRawConfigurationURL in interface IProxyLoaderpublic OpStatusService GetOpStat(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
GetOpStat in interface IProxyLoaderIOExceptionpublic RemoteAgentCallbackPort GetAgentCallBack(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IProxyLoaderGetAgentCallBack in interface IProxyLoaderIOExceptionpublic OpStatusService GetAgentCallBackOpStat(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IProxyLoaderGetAgentCallBackOpStat in interface IProxyLoaderIOExceptionpublic boolean isSecure()
isSecure in interface IProxyLoaderCopyright © 2008–2017 MIL-OSS. All rights reserved.