Uses of Class
org.sourceid.saml20.service.session.data.SessionGroupAndSessionsData
-
Packages that use SessionGroupAndSessionsData Package Description org.sourceid.saml20.service.session.data 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 SessionGroupAndSessionsData Modifier and Type Method Description Collection<SessionGroupAndSessionsData>SessionStorageManager. getSessionGroupsAndSessions(Collection<String> hashedSessionIds)For the specified hashed session IDs, retrieve session group data as well as data for all associated authentication sessions.Collection<SessionGroupAndSessionsData>SessionStorageManager. getSessionGroupsAndSessionsByGroupIds(Collection<String> sessionGroupIds)For the specified session group IDs, retrieve session group data as well as data for all associated authentication sessions.
-