Class SessionContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.session.context.SessionContext
- All Implemented Interfaces:
Iterable<BaseContext>
A
BaseContext that holds an IdPSession.-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator, BaseContext.DeprecatedContextClassNameLookAside -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the IdP session.voidsetIdPSession(IdPSession theSession) Set the IdP session.Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, ensureSubcontext, ensureSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeFromParent, removeSubcontext, removeSubcontext, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
session
IdP session wrapped by this adapter.
-
-
Constructor Details
-
SessionContext
public SessionContext()Constructor.
-
-
Method Details
-
getIdPSession
Get the IdP session.- Returns:
- the IdP session
-
setIdPSession
Set the IdP session.- Parameters:
theSession- the IdP session
-