Class OIDCPublishKeySetConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String PROFILE_ID
      ID for this profile configuration.
      static String PROTOCOL_URI
      OIDC base protocol URI.
      • Fields inherited from class net.shibboleth.idp.profile.config.AbstractProfileConfiguration

        DEFAULT_DISALLOWED_FEATURES
    • Method Summary

      • Methods inherited from class net.shibboleth.idp.profile.config.AbstractConditionalProfileConfiguration

        getActivationCondition, setActivationCondition
      • Methods inherited from class net.shibboleth.idp.profile.config.AbstractProfileConfiguration

        equals, getDisallowedFeatures, getInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfiguration, hashCode, isFeatureDisallowed, setDisallowedFeatures, setDisallowedFeaturesLookupStrategy, setInboundFlowsLookupStrategy, setInboundInterceptorFlows, setInboundInterceptorFlowsLookupStrategy, setOutboundFlowsLookupStrategy, setOutboundInterceptorFlows, setOutboundInterceptorFlowsLookupStrategy, setSecurityConfiguration, setSecurityConfigurationLookupStrategy
      • Methods inherited from interface net.shibboleth.idp.profile.config.ProfileConfiguration

        getInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfiguration
    • Constructor Detail

      • OIDCPublishKeySetConfiguration

        public OIDCPublishKeySetConfiguration()
        Constructor.
      • OIDCPublishKeySetConfiguration

        public OIDCPublishKeySetConfiguration​(@Nonnull @NotEmpty
                                              String profileId)
        Creates a new configuration instance.
        Parameters:
        profileId - Unique profile identifier.