Uses of Class
org.sourceid.saml20.service.session.data.AuthnSessionData
Packages that use AuthnSessionData
Package
Description
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 AuthnSessionDataModifier and TypeMethodDescriptionSessionGroupAndSessionsData.getAuthnSessions()Get the authentication session data objects.Method parameters in org.sourceid.saml20.service.session.data with type arguments of type AuthnSessionDataModifier and TypeMethodDescriptionvoidSessionStorageManager.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 AuthnSessionDataModifierConstructorDescriptionSessionGroupAndSessionsData(SessionGroupData sessionGroupData, Collection<AuthnSessionData> authnSessions) Create an instance with the specified contents.