Class SecurityIntegratorContextManager


  • public class SecurityIntegratorContextManager
    extends IntegrationContextManager
    SecurityIntegratorContextManager provides the bridge between the integration daemon services and the specific implementation of an integration service
    • Constructor Detail

      • SecurityIntegratorContextManager

        public SecurityIntegratorContextManager()
        Default constructor
    • Method Detail

      • initializeContextManager

        public void initializeContextManager​(String partnerOMASServerName,
                                             String partnerOMASPlatformRootURL,
                                             String userId,
                                             String password,
                                             int maxPageSize,
                                             AuditLog auditLog)
        Initialize server properties for the context manager.
        Overrides:
        initializeContextManager in class IntegrationContextManager
        Parameters:
        partnerOMASServerName - name of the server to connect to
        partnerOMASPlatformRootURL - the network address of the server running the OMAS REST servers
        userId - caller's userId embedded in all HTTP requests
        password - caller's userId embedded in all HTTP requests
        maxPageSize - maximum number of results that can be returned on a single REST call
        auditLog - logging destination