Uses of Interface
net.shibboleth.oidc.profile.oauth2.config.OAuth2ProfileConfiguration
Packages that use OAuth2ProfileConfiguration
Package
Description
Profile configurations related to OIDC functionality.
Profile configuration implementations related to OIDC functionality.
OAuth2 profile configurations.
OAuth2 profile configuration implementations.
-
Uses of OAuth2ProfileConfiguration in net.shibboleth.oidc.profile.config
Subinterfaces of OAuth2ProfileConfiguration in net.shibboleth.oidc.profile.configModifier and TypeInterfaceDescriptioninterfaceConfiguration of an OIDC 1.0 authentication request.interfaceConfiguration of an OIDC 1.0 authentication request.interfaceConfiguration of OpenID Connect Dynamic Client Registration 1.0.interfaceInterface for profile configurations that understand OIDC specific authentication flows in addition to the OAuth 2.0 flows described byOAuth2FlowAwareProfileConfiguration.interfaceConfiguration common to ID Token producing profiles.interfaceConfiguration for IdP OpenID Connect Logout.interfaceCommon interface for OpenID Connect 1.0 Profile Configurations.interfaceProfile configuration for an OpenID Connect Provider Configuration.interfaceConfiguration of an OpenID published key set document.interfaceProfile configuration generic to all OIDC SSO profiles.interfaceProfile configuration for an OIDC SSO Provider.interfaceProfile configuration for an OIDC SSO Client or Relying Party.interfaceConfiguration for an OpenID Connect core protocol UserInfo endpoint. -
Uses of OAuth2ProfileConfiguration in net.shibboleth.oidc.profile.config.impl
Classes in net.shibboleth.oidc.profile.config.impl that implement OAuth2ProfileConfigurationModifier and TypeClassDescriptionclassBase class for profiles that support OIDC's concept of SSO, which spans multiple endpoints.classImplementation of a profile configuration for the OpenID Connect authorization endpoint.classImplemenation of a profile configuration for the OpenID Connect dynamic client registration.classImplementation of a profile configuration for the OpenID Connect logout.classImplementation of a profile configuration for the OpenID Connect Provider Configuration.classImplementation of a profile configuration for publishing OP key set.classImplementation of a profile configuration for the 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.configModifier and TypeInterfaceDescriptioninterfaceConfiguration common to OAuth 2.0 access token producing profiles.interfaceConfiguration common to authorizaton code producing profiles.interfaceOAuth 2.0 profile configurations that support OAuth-defined client authentication methods.interfaceOAuth 2.0 profile configurations that support OAuth-defined client authentication methods.interfaceInterface for profile configurations that understand OAuth 2.0 authorization grants corresponding to OIDC authentication flows.interfaceConfiguration common to OAuth 2.0 refresh token producing profiles.interfaceProfile interface for OAuth 2 token "audience" profile configuration.interfaceOIDC-aware OAuth 2.0 token endpoint profile configuration.interfaceProfile configuration for token endpoints that deal with encryption.interfaceProfile configuration for OAuth2 Token Introspection.interfaceConfiguration for the OAuth 2.0 Token Revocation profile.interfaceProfile configuration for OIDC-aware OAuth 2.0 token endpoints. -
Uses of OAuth2ProfileConfiguration in net.shibboleth.oidc.profile.oauth2.config.impl
Classes in net.shibboleth.oidc.profile.oauth2.config.impl that implement OAuth2ProfileConfigurationModifier and TypeClassDescriptionclassBase class for OAuth profile configurations that support OAuth-defined client authentication methods.classBase class for OIDC protocol configuration, containing configuration bits shared by all flow aware OIDC protocol configurations.classBase class for profile configurations that validate previously issued OAuth2 tokens.classImplementation of an OAuth 2.0 token "audience" profile configuration.classImplementation of an OIDC-aware OAuth 2 token endpoint profile configuration.classImplementation of a profile configuration for the OAuth2 Token Introspection.classImplementation of a profile configuration for OAuth2 Token Revocation.