Package com.soffid.iam.remote
Class RemoteServiceLocator
java.lang.Object
com.soffid.iam.remote.RemoteServiceLocator
Locates and provides all available application services.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the remote service AccessLogService.Gets the remote service AccountService.Gets the remote service AdditionalDataService.Gets the remote service AgentManager.Gets the remote service ApplicationService.Gets the remote service AttributeTranslationService.Gets the remote service BpmEngine.Gets the remote service BrowserService.Gets the remote service CertificateEnrollService.Gets the remote service CertificateValidationService.Gets the remote service ConfigurationService.Gets the remote service ConsoleLogonService.Gets the remote service CustomObjectService.Gets the remote service DispatcherService.Gets the remote service DomainService.Gets the remote service EntryPointService.Gets the remote service GroupService.Gets the remote service GroupTypeService.Gets the remote service LogonService.Gets the remote service MailListsService.Gets the remote service MailService.Gets the remote service NetworkDiscoveryService.Gets the remote service NetworkService.Gets the remote service OTPValidationService.Gets the remote service PamProxySessionService.Gets the remote service PasswordService.Gets the remote service PrinterService.getRemoteService(String serviceName) Gets the remote service RulesService.Gets the remote service SecretStoreService.Gets the remote service ServerService.getService(String serviceName) Gets any remote service.Gets the remote service ServiceService.Gets the remote service SessionService.Gets the remote service SyncServerStatsService.Gets the remote service SyncStatusService.Gets the remote service UserDomainService.Gets the remote service UserService.voidsetAuthToken(String authToken) voidvoid
-
Field Details
-
serviceLocatorProxy
-
-
Constructor Details
-
RemoteServiceLocator
public RemoteServiceLocator() -
RemoteServiceLocator
-
-
Method Details
-
getServer
-
setServer
-
getAuthToken
-
setAuthToken
-
getTenant
-
setTenant
-
getRemoteService
- Throws:
IOExceptionInternalErrorException
-
getAccessLogService
Gets the remote service AccessLogService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getBrowserService
Gets the remote service BrowserService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getCertificateValidationService
public CertificateValidationService getCertificateValidationService() throws IOException, InternalErrorExceptionGets the remote service CertificateValidationService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getEntryPointService
Gets the remote service EntryPointService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getNetworkService
Gets the remote service NetworkService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getPasswordService
Gets the remote service PasswordService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getServiceService
Gets the remote service ServiceService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getSessionService
Gets the remote service SessionService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getAccountService
Gets the remote service AccountService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getAdditionalDataService
Gets the remote service AdditionalDataService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getConfigurationService
Gets the remote service ConfigurationService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getUserService
Gets the remote service UserService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getBpmEngine
Gets the remote service BpmEngine.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getApplicationService
Gets the remote service ApplicationService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getAttributeTranslationService
public AttributeTranslationService getAttributeTranslationService() throws IOException, InternalErrorExceptionGets the remote service AttributeTranslationService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getCustomObjectService
Gets the remote service CustomObjectService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getDispatcherService
Gets the remote service DispatcherService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getDomainService
Gets the remote service DomainService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getGroupService
Gets the remote service GroupService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getGroupTypeService
Gets the remote service GroupTypeService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getMailListsService
Gets the remote service MailListsService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getMailService
Gets the remote service MailService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getPrinterService
Gets the remote service PrinterService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getRulesService
Gets the remote service RulesService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getUserDomainService
Gets the remote service UserDomainService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getOTPValidationService
Gets the remote service OTPValidationService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getNetworkDiscoveryService
public NetworkDiscoveryService getNetworkDiscoveryService() throws IOException, InternalErrorExceptionGets the remote service NetworkDiscoveryService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getAgentManager
Gets the remote service AgentManager.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getCertificateEnrollService
public CertificateEnrollService getCertificateEnrollService() throws IOException, InternalErrorExceptionGets the remote service CertificateEnrollService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getConsoleLogonService
Gets the remote service ConsoleLogonService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getLogonService
Gets the remote service LogonService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getPamProxySessionService
public PamProxySessionService getPamProxySessionService() throws IOException, InternalErrorExceptionGets the remote service PamProxySessionService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getSecretStoreService
Gets the remote service SecretStoreService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getServerService
Gets the remote service ServerService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getSyncServerStatsService
public SyncServerStatsService getSyncServerStatsService() throws IOException, InternalErrorExceptionGets the remote service SyncServerStatsService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getSyncStatusService
Gets the remote service SyncStatusService.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-
getService
Gets any remote service.- Returns:
- Remote object
- Throws:
IOExceptionInternalErrorException
-