Uses of Class
org.sourceid.saml20.service.session.data.AuthnSessionData
-
Packages that use AuthnSessionData Package Description org.sourceid.saml20.service.session.data Provides classes and interfaces related to persistent storage of authentication sessions. -
-
Uses of AuthnSessionData in org.sourceid.saml20.service.session.data
Methods in org.sourceid.saml20.service.session.data that return types with arguments of type AuthnSessionData Modifier and Type Method Description Collection<AuthnSessionData>SessionGroupAndSessionsData. getAuthnSessions()Get the authentication session data objects.Method parameters in org.sourceid.saml20.service.session.data with type arguments of type AuthnSessionData Modifier and Type Method Description voidSessionStorageManager. saveAuthnSessions(Collection<AuthnSessionData> sessionDatas)Save the specified authentication session data objects.voidSessionGroupAndSessionsData. setAuthnSessions(Collection<AuthnSessionData> authnSessions)Set the authentication session data objects.Constructor parameters in org.sourceid.saml20.service.session.data with type arguments of type AuthnSessionData Constructor Description SessionGroupAndSessionsData(SessionGroupData sessionGroupData, Collection<AuthnSessionData> authnSessions)Create an instance with the specified contents.
-