Class MetadataLookupExtensionContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.plugin.oidc.op.metadata.MetadataLookupExtensionContext
- All Implemented Interfaces:
Iterable<BaseContext>
A
BaseContext which holds generic information for the metadata lookup extension flows, including data which
flows are already executed / attempted.-
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 flows that are already attempted.Get the client ID to be looked up.Get the profile ID that initiated the lookup.voidsetClientId(String id) Set the client ID to be looked up.voidsetProfileId(String id) Set the profile ID that initiated the lookup.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
-
attemptedFlows
The flows that are already attempted. -
clientId
The client ID to be looked up. -
profileId
The profile ID that initiated the lookup.
-
-
Constructor Details
-
MetadataLookupExtensionContext
public MetadataLookupExtensionContext()Constructor.
-
-
Method Details
-
getAttemptedFlows
Get the flows that are already attempted.- Returns:
- the flows that are already attempted
-
setClientId
Set the client ID to be looked up.- Parameters:
id- client ID
-
getClientId
Get the client ID to be looked up.- Returns:
- client ID
-
setProfileId
Set the profile ID that initiated the lookup.- Parameters:
id- profile ID
-
getProfileId
Get the profile ID that initiated the lookup.- Returns:
- profile ID
-