See: Description
| 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 finding
IdPSession objects that meet certain criteria. |
| SPSession |
Describes a session with a service in turn associated with an
IdPSession. |
| Class | Description |
|---|---|
| AbstractIdPSession |
Abstract base for implementations of
IdPSession, handles basic management of the
instance data without addressing persistence. |
| AbstractSPSessionSerializer |
Base class for
SPSession serializers that handles data common to all such objects. |
| BasicSPSession |
Implementation support for a concrete
SPSession implementation. |
| LogoutPropagationFlowDescriptor |
A descriptor for a logout propagation flow.
|
| SPSessionSerializerRegistry |
A registry of mappings between a
SPSession class and a corresponding StorageSerializer
for that type. |
| Enum | Description |
|---|---|
| AbstractIdPSession.AddressFamily |
Address syntaxes supported for address binding.
|
| Exception | Description |
|---|---|
| SessionException |
Exception indicating a problem authenticating a user.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.