public interface IProxyLoader
Modifier and Type | Field and Description |
---|---|
static String |
ARS |
static String |
DATAACCESS |
static String |
DCS |
static String |
FGSMS_AUTH_MODE |
static String |
JAVAXNETSSLKEY_STORE |
static String |
JAVAXNETSSLKEY_STORE_PASSWORD |
static String |
JAVAXNETSSLTRUST_STORE |
static String |
JAVAXNETSSLTRUST_STORE_PASSWORD |
static String |
POLICYCONFIG |
static String |
REPORT_PICKUP_LOCATION |
static String |
REPORTING |
static String |
STATUS |
static String |
UDDIURL_INQUIRY |
static String |
UDDIURL_PUBLISH |
static String |
UDDIURL_SECURITY |
static String |
UDDIUSE_HTTP_CLIENT_CERT |
static String |
UDDIUSE_HTTP_USERNAME_PASSWORD |
static String |
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) |
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
|
static final String JAVAXNETSSLKEY_STORE
static final String JAVAXNETSSLKEY_STORE_PASSWORD
static final String JAVAXNETSSLTRUST_STORE
static final String JAVAXNETSSLTRUST_STORE_PASSWORD
static final String FGSMS_AUTH_MODE
static final String REPORT_PICKUP_LOCATION
static final String POLICYCONFIG
static final String ARS
static final String DATAACCESS
static final String REPORTING
static final String STATUS
static final String DCS
static final String UDDIURL_INQUIRY
static final String UDDIURL_PUBLISH
static final String UDDIURL_SECURITY
static final String UDDIUSE_HTTP_CLIENT_CERT
static final String UDDIUSE_HTTP_USERNAME_PASSWORD
static final String UDDIUSE_UDDI_USERNAME_PASSWORD
URL getRawConfigurationURL()
Properties getRawConfiguration()
AutomatedReportingService GetARS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOException
DataAccessService GetDAS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOException
PCS GetPCS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOException
PCS GetPCSForUsernamePasswordLogin(javax.servlet.ServletContext application, String username, String password)
application
- username
- password
- ReportingService GetRS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOException
StatusService GetSS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOException
UDDIConfig GetUDDIInquiryConfig(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOException
Constants.AuthMode getAuthmode()
boolean uddiConfigured()
String getKeyStoreTrustStoreDirectory()
OpStatusService GetOpStat(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOException
RemoteAgentCallbackPort GetAgentCallBack(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
application
- request
- response
- IOException
OpStatusService GetAgentCallBackOpStat(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
application
- request
- response
- IOException
boolean isSecure()
Copyright © 2008–2017 MIL-OSS. All rights reserved.