Class OIDCPeerEntityContext
- java.lang.Object
-
- org.opensaml.messaging.context.BaseContext
-
- net.shibboleth.oidc.profile.messaging.context.AbstractOIDCEntityContext
-
- net.shibboleth.oidc.profile.messaging.context.OIDCPeerEntityContext
-
- All Implemented Interfaces:
Iterable<BaseContext>
public final class OIDCPeerEntityContext extends AbstractOIDCEntityContext
Lightweight subcontext that carries information about a OIDC peer entity.This context will often contain subcontexts, whose data is construed to be scoped to that peer entity.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
-
Constructor Summary
Constructors Constructor Description OIDCPeerEntityContext()
-
Method Summary
-
Methods inherited from class net.shibboleth.oidc.profile.messaging.context.AbstractOIDCEntityContext
getIdentifier, setIdentifier
-
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
-
-