public class SessionContext extends BaseContext
BaseContext that holds an IdPSession.BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private IdPSession |
session
IdP session wrapped by this adapter.
|
| Constructor and Description |
|---|
SessionContext()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IdPSession |
getIdPSession()
Get the IdP session.
|
void |
setIdPSession(IdPSession theSession)
Set the IdP session.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentprivate IdPSession session
@Nullable public IdPSession getIdPSession()
public void setIdPSession(@Nullable IdPSession theSession)
theSession - the IdP sessionCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.