Class DefaultSessionActivator

  • All Implemented Interfaces:
    SessionActivator
    Direct Known Subclasses:
    ForceAuthSessionActivator

    public class DefaultSessionActivator
    extends Object
    implements SessionActivator
    The default session activator: creates a new session, sets that as the current session, copies in properties from the session it's upgrading from (if appropriate) and then from the auth session into this new session, deletes the auth session and returns.