Interface SessionService

  • All Known Implementing Classes:
    SessionServiceImpl

    public interface SessionService

    The session service deals with managing sessions; this involves creating sessions, closing sessions, terminating sessions, and updating session state. Note that this service does not deal with authentication explicitly, but may use a membership service provider to authenticate some requests.