Interface RemoteContextManager

All Known Implementing Classes:
RemoteContextManagerImpl

@Deprecated public interface RemoteContextManager
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(@Nullable String httpSessionId, @Nullable String userName)
    Deprecated.
    Create a RemoteContext.
    Deprecated.
     
  • Method Details

    • create

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

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