Interface OIDCProviderInformationConfiguration
-
- All Superinterfaces:
Component,ConditionalProfileConfiguration,IdentifiedComponent,OAuth2ProfileConfiguration,OIDCProfileConfiguration,OverriddenIssuerProfileConfiguration,ProfileConfiguration
- All Known Implementing Classes:
DefaultOIDCProviderInformationConfiguration
public interface OIDCProviderInformationConfiguration extends OverriddenIssuerProfileConfiguration, OIDCProfileConfiguration
Profile configuration for an OpenID Connect Provider Configuration.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROFILE_IDID for this profile configuration.static StringPROTOCOL_URIOIDC base protocol URI.
-
Method Summary
-
Methods inherited from interface net.shibboleth.idp.profile.config.ConditionalProfileConfiguration
getActivationCondition
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
Methods inherited from interface net.shibboleth.idp.profile.config.OverriddenIssuerProfileConfiguration
getIssuer
-
Methods inherited from interface net.shibboleth.idp.profile.config.ProfileConfiguration
getInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfiguration
-
-
-
-
Field Detail
-
PROTOCOL_URI
static final String PROTOCOL_URI
OIDC base protocol URI. Section 4 is relevant.- See Also:
- Constant Field Values
-
PROFILE_ID
static final String PROFILE_ID
ID for this profile configuration.- See Also:
- Constant Field Values
-
-