Class OIDCMetadataContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.oidc.metadata.context.OIDCMetadataContext
- All Implemented Interfaces:
Iterable<BaseContext>
Subcontext carrying information on metadata of the relying party. This
context appears as a subcontext of the
MessageContext that carries the actual
OIDC request message, in such cases the metadata carried herein applies to
the issuer of that message.
This context is just a placeholder for the final solution. At first phase we
use only redirect uris.-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator, BaseContext.DeprecatedContextClassNameLookAside -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate com.nimbusds.openid.connect.sdk.rp.OIDCClientInformationThe client information. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.nimbusds.openid.connect.sdk.rp.OIDCClientInformationSet the client information.voidsetClientInformation(com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation information) Set the client 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
-
clientInformation
@Nullable private com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation clientInformationThe client information.
-
-
Constructor Details
-
OIDCMetadataContext
public OIDCMetadataContext()
-
-
Method Details
-
getClientInformation
@Nullable public com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation getClientInformation()Set the client information.- Returns:
- The client information.
-
setClientInformation
public void setClientInformation(@Nullable com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation information) Set the client information.- Parameters:
information- The client information.
-