Uses of Class
org.sourceid.saml20.service.session.data.SessionGroupAndSessionsData
Packages that use SessionGroupAndSessionsData
Package
Description
Provides classes and interfaces related to persistent storage of authentication sessions.
-
Uses of SessionGroupAndSessionsData in org.sourceid.saml20.service.session.data
Methods in org.sourceid.saml20.service.session.data that return types with arguments of type SessionGroupAndSessionsDataModifier and TypeMethodDescriptionSessionStorageManager.getSessionGroupsAndSessions(Collection<String> hashedSessionIds) For the specified hashed session IDs, retrieve session group data as well as data for all associated authentication sessions.SessionStorageManager.getSessionGroupsAndSessionsByGroupIds(Collection<String> sessionGroupIds) For the specified session group IDs, retrieve session group data as well as data for all associated authentication sessions.