Class ScreeningOpenbisServiceFacadeFactory

    • Constructor Detail

      • ScreeningOpenbisServiceFacadeFactory

        public ScreeningOpenbisServiceFacadeFactory()
    • Method Detail

      • tryCreate

        public static IScreeningOpenbisServiceFacade tryCreate​(java.lang.String userId,
                                                               java.lang.String userPassword,
                                                               java.lang.String serverUrl)
        Creates a service facade which communicates with the openBIS server at the specified URL. Authenticates the user.
        Returns:
        null if the user could not be authenticated.
      • tryCreate

        public static IScreeningOpenbisServiceFacade tryCreate​(java.lang.String sessionToken,
                                                               java.lang.String serverUrl)
        Creates a service facade which communicates with the openBIS server at the specified URL for an authenticated user.
        Parameters:
        sessionToken - The session token for the authenticated user
        serverUrl - The URL for the openBIS application server