| Package | Description |
|---|---|
| net.shibboleth.idp.session |
APIs related to the construction and management of sessions.
|
| net.shibboleth.idp.session.context |
Context classes for managing session-related state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIdPSession
Abstract base for implementations of
IdPSession, handles basic management of the
instance data without addressing persistence. |
| Modifier and Type | Method and Description |
|---|---|
IdPSession |
SessionManager.createSession(String principalName)
Create and return a new
IdPSession object for a subject. |
| Modifier and Type | Field and Description |
|---|---|
private IdPSession |
SessionContext.session
IdP session wrapped by this adapter.
|
| Modifier and Type | Method and Description |
|---|---|
IdPSession |
SessionContext.getIdPSession()
Get the IdP session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionContext.setIdPSession(IdPSession theSession)
Set the IdP session.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.