public interface SessionActivator
Modifier and Type | Method and Description |
---|---|
boolean |
activateSession(LoginState loginState,
SessionService sessionService,
InternalSession authSession,
Subject subject)
Activates the given session after successful authentication, returning the an indication of whether activation
was successful.
|
boolean activateSession(LoginState loginState, SessionService sessionService, InternalSession authSession, Subject subject) throws AuthException
LoginState
should be updated to reflect the activated session.loginState
- the login state used for authentication. May be updated by the activator.sessionService
- the session service.authSession
- the session used for authentication.subject
- the authenticated subject.AuthException
- if an error occurs that prevents session activation.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.