Package org.sourceid.saml20.adapter.state
HTTP Session like state functionality.
-
Interface Summary Interface Description SessionStateCleanable A base interface to perform session cleanup onApplicationSessionStateSupport. -
Class Summary Class Description ApplicationSessionStateSupport Provides functionality similar to using the HTTP Session.KeyValueStateSupport Provides functionality similar to using a HashMap to store key value pairs.SessionStateSupport Provides functionality similar to using the HTTP Session.TransactionalStateSupport Provides state persistence functionality for user attributes between HTTP invocations to the server on a per transaction basis.