Class OIDCProviderMetadataContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContext
All Implemented Interfaces:
Iterable<BaseContext>

public class OIDCProviderMetadataContext extends BaseContext
Subcontext carrying information on metadata of the OpenID Connect Provider.
  • Field Details

    • providerInformation

      @Nullable private OIDCProviderMetadata providerInformation
      The client information.
  • Constructor Details

    • OIDCProviderMetadataContext

      public OIDCProviderMetadataContext()
  • Method Details

    • setProviderInformation

      public void setProviderInformation(@Nullable OIDCProviderMetadata information)
      Set the provider information.
      Parameters:
      information - the information.
    • getProviderInformation

      @Nullable public OIDCProviderMetadata getProviderInformation()
      Set the client information.
      Returns:
      The client information.