Class OIDCMetadataContext

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

public class OIDCMetadataContext extends 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.
  • Field Details

  • Constructor Details

    • OIDCMetadataContext

      public OIDCMetadataContext()
  • Method Details

    • getClientInformation

      @Nullable public OIDCClientInformation getClientInformation()
      Get the client information.
      Returns:
      The client information.
    • setClientInformation

      public void setClientInformation(@Nullable OIDCClientInformation information)
      Set the client information.
      Parameters:
      information - The client information.