Class DefaultSingleSignOnSession

java.lang.Object
org.wildfly.security.http.util.sso.DefaultSingleSignOnSession
All Implemented Interfaces:
AutoCloseable, IdentityCache, SingleSignOnSession

public class DefaultSingleSignOnSession extends Object implements SingleSignOnSession
SingleSignOnSession that delegates its persistence strategy to a SingleSignOnManager. SingleSignOn entries are created lazily in response to put(SecurityIdentity).
This implementation supports single logout in order to invalidate local sessions for each participant of a single sign-on session, where participants represent the applications with active sessions associated with a given single sign-on session.
Author:
Paul Ferraro