Class OIDCProviderMetadataContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContext
- All Implemented Interfaces:
Iterable<BaseContext>
Subcontext carrying information on metadata of the OpenID Connect Provider.
-
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 TypeMethodDescriptionSet the client information.voidsetProviderInformation(OIDCProviderMetadata information) Set the provider information.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
-
providerInformation
The client information.
-
-
Constructor Details
-
OIDCProviderMetadataContext
public OIDCProviderMetadataContext()
-
-
Method Details
-
setProviderInformation
Set the provider information.- Parameters:
information- the information.
-
getProviderInformation
Set the client information.- Returns:
- The client information.
-