Class SessionContext
- java.lang.Object
-
- org.opensaml.messaging.context.BaseContext
-
- net.shibboleth.idp.session.context.SessionContext
-
- All Implemented Interfaces:
Iterable<BaseContext>
public final class SessionContext extends BaseContext
ABaseContextthat holds anIdPSession.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
-
Field Summary
Fields Modifier and Type Field Description private IdPSessionsessionIdP session wrapped by this adapter.
-
Constructor Summary
Constructors Constructor Description SessionContext()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdPSessiongetIdPSession()Get the IdP session.voidsetIdPSession(IdPSession theSession)Set the IdP session.-
Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
session
private IdPSession session
IdP session wrapped by this adapter.
-
-
Method Detail
-
getIdPSession
@Nullable public IdPSession getIdPSession()
Get the IdP session.- Returns:
- the IdP session
-
setIdPSession
public void setIdPSession(@Nullable IdPSession theSession)Set the IdP session.- Parameters:
theSession- the IdP session
-
-