Package net.shibboleth.idp.session
APIs related to the construction and management of sessions.
-
Interface Summary Interface Description IdPSession An identity provider session belonging to a particular subject and client device.SessionManager Component that manages sessions between the IdP and client devices.SessionResolver A resolver that is capable of findingIdPSessionobjects that meet certain criteria.SPSession Describes a session with a service in turn associated with anIdPSession. -
Class Summary Class Description AbstractIdPSession Abstract base for implementations ofIdPSession, handles basic management of the instance data without addressing persistence.AbstractSPSessionSerializer Base class forSPSessionserializers that handles data common to all such objects.BasicSPSession Implementation support for a concreteSPSessionimplementation.LogoutPropagationFlowDescriptor A descriptor for a logout propagation flow.SPSessionSerializerRegistry A registry of mappings between aSPSessionclass and a correspondingStorageSerializerfor that type. -
Enum Summary Enum Description AbstractIdPSession.AddressFamily Address syntaxes supported for address binding. -
Exception Summary Exception Description SessionException Exception indicating a problem authenticating a user.