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 |
---|---|
org.miloss.fgsms.services.interfaces.agentcallbackservice.RemoteAgentCallbackPort |
GetAgentCallBack(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns an instance of the agent callback service.
|
org.miloss.fgsms.services.interfaces.status.OpStatusService |
GetAgentCallBackOpStat(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns an instance of the agent callback service.
|
org.miloss.fgsms.services.interfaces.automatedreportingservice.AutomatedReportingService |
GetARS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.miloss.fgsms.common.Constants.AuthMode |
getAuthmode() |
org.miloss.fgsms.services.interfaces.dataaccessservice.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
|
org.miloss.fgsms.services.interfaces.status.OpStatusService |
GetOpStat(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.miloss.fgsms.services.interfaces.policyconfiguration.PCS |
GetPCS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.miloss.fgsms.services.interfaces.policyconfiguration.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() |
org.miloss.fgsms.services.interfaces.reportingservice.ReportingService |
GetRS(javax.servlet.ServletContext application,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.miloss.fgsms.services.interfaces.status.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()
org.miloss.fgsms.services.interfaces.automatedreportingservice.AutomatedReportingService GetARS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOException
org.miloss.fgsms.services.interfaces.dataaccessservice.DataAccessService GetDAS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOException
org.miloss.fgsms.services.interfaces.policyconfiguration.PCS GetPCS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOException
org.miloss.fgsms.services.interfaces.policyconfiguration.PCS GetPCSForUsernamePasswordLogin(javax.servlet.ServletContext application, String username, String password)
application
- username
- password
- org.miloss.fgsms.services.interfaces.reportingservice.ReportingService GetRS(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOException
org.miloss.fgsms.services.interfaces.status.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
org.miloss.fgsms.common.Constants.AuthMode getAuthmode()
boolean uddiConfigured()
String getKeyStoreTrustStoreDirectory()
org.miloss.fgsms.services.interfaces.status.OpStatusService GetOpStat(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOException
org.miloss.fgsms.services.interfaces.agentcallbackservice.RemoteAgentCallbackPort GetAgentCallBack(javax.servlet.ServletContext application, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
application
- request
- response
- IOException
org.miloss.fgsms.services.interfaces.status.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.