Uses of Interface
net.shibboleth.oidc.profile.oauth2.config.OAuth2ProfileConfiguration
-
Packages that use OAuth2ProfileConfiguration Package Description net.shibboleth.oidc.profile.config Profile configurations related to OIDC functionality.net.shibboleth.oidc.profile.oauth2.config OAuth2 profile configurations. -
-
Uses of OAuth2ProfileConfiguration in net.shibboleth.oidc.profile.config
Subinterfaces of OAuth2ProfileConfiguration in net.shibboleth.oidc.profile.config Modifier and Type Interface Description interfaceOIDCAuthenticationRelyingPartyProfileConfigurationConfiguration of an OIDC 1.0 authentication request.interfaceOIDCAuthorizationConfigurationConfiguration of an OIDC 1.0 authentication request.interfaceOIDCDynamicRegistrationConfigurationConfiguration of OpenID Connect Dynamic Client Registration 1.0.interfaceOIDCFlowAwareProfileConfigurationInterface for profile configurations that understand OIDC specific authentication flows in addition to the OAuth 2.0 flows described byOAuth2FlowAwareProfileConfiguration.interfaceOIDCIDTokenProducingProfileConfigurationConfiguration common to ID Token producing profiles.interfaceOIDCProfileConfigurationCommon interface for OpenID Connect 1.0 Profile Configurations.interfaceOIDCProviderInformationConfigurationProfile configuration for an OpenID Connect Provider Configuration.interfaceOIDCPublishKeySetConfigurationConfiguration of an OpenID published key set document.interfaceOIDCSSOProfileConfigurationProfile configuration generic to all OIDC SSO profiles.interfaceOIDCSSOProviderConfigurationProfile configuration for an OIDC SSO Provider.interfaceOIDCSSORelyingPartyConfigurationProfile configuration for an OIDC SSO Client or Relying Party.interfaceOIDCUserInfoConfigurationConfiguration for an OpenID Connect core protocol UserInfo endpoint. -
Uses of OAuth2ProfileConfiguration in net.shibboleth.oidc.profile.oauth2.config
Subinterfaces of OAuth2ProfileConfiguration in net.shibboleth.oidc.profile.oauth2.config Modifier and Type Interface Description interfaceOAuth2AccessTokenProducingProfileConfigurationConfiguration common to OAuth 2.0 access token producing profiles.interfaceOAuth2AuthorizationCodeProducingProfileConfigurationConfiguration common to authorizaton code producing profiles.interfaceOAuth2ClientAuthenticableClientProfileConfigurationOAuth 2.0 profile configurations that support OAuth-defined client authentication methods.interfaceOAuth2ClientAuthenticableProfileConfigurationOAuth 2.0 profile configurations that support OAuth-defined client authentication methods.interfaceOAuth2FlowAwareProfileConfigurationInterface for profile configurations that understand OAuth 2.0 authorization grants corresponding to OIDC authentication flows.interfaceOAuth2RefreshTokenProducingProfileConfigurationConfiguration common to OAuth 2.0 refresh token producing profiles.interfaceOAuth2TokenAudienceConfigurationProfile interface for OAuth 2 token "audience" profile configuration.interfaceOAuth2TokenConfigurationOIDC-aware OAuth 2.0 token endpoint profile configuration.interfaceOAuth2TokenEncryptionProfileConfigurationProfile configuration for token endpoints that deal with encryption.interfaceOAuth2TokenIntrospectionConfigurationProfile configuration for OAuth2 Token Introspection.interfaceOAuth2TokenRevocationConfigurationConfiguration for the OAuth 2.0 Token Revocation profile.interfaceOAuth2TokenValidatingProfileConfigurationProfile configuration for OIDC-aware OAuth 2.0 token endpoints.
-