Interface RemoteContextManager

All Known Implementing Classes:
RemoteContextManagerImpl

public interface RemoteContextManager
  • Method Details

    • create

      RemoteContext create(@Nullable @Nullable String httpSessionId, @Nullable @Nullable String userName)
      Create a RemoteContext.
      Parameters:
      httpSessionId - The http session id.
      userName - The name of the user.
      Returns:
      the created RemoteContext.
    • getKnownUsers

      Set<String> getKnownUsers()
      Returns:
      the usernames of all known users.