Uses of Interface
net.shibboleth.oidc.profile.oauth2.config.OAuth2FlowAwareProfileConfiguration
-
Packages that use OAuth2FlowAwareProfileConfiguration Package Description net.shibboleth.oidc.profile.config Profile configurations related to OIDC functionality.net.shibboleth.oidc.profile.config.impl Profile configuration implementations related to OIDC functionality.net.shibboleth.oidc.profile.oauth2.config OAuth2 profile configurations.net.shibboleth.oidc.profile.oauth2.config.impl OAuth2 profile configuration implementations. -
-
Uses of OAuth2FlowAwareProfileConfiguration in net.shibboleth.oidc.profile.config
Subinterfaces of OAuth2FlowAwareProfileConfiguration 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.interfaceOIDCSSOProviderConfigurationProfile configuration for an OIDC SSO Provider.interfaceOIDCSSORelyingPartyConfigurationProfile configuration for an OIDC SSO Client or Relying Party. -
Uses of OAuth2FlowAwareProfileConfiguration in net.shibboleth.oidc.profile.config.impl
Classes in net.shibboleth.oidc.profile.config.impl that implement OAuth2FlowAwareProfileConfiguration Modifier and Type Class Description classAbstractOIDCSSOConfigurationBase class for profiles that support OIDC's concept of SSO, which spans multiple endpoints.classDefaultOIDCAuthorizationConfigurationImplementation of a profile configuration for the OpenID Connect authorization endpoint.classDefaultOIDCDynamicRegistrationConfigurationImplemenation of a profile configuration for the OpenID Connect dynamic client registration. -
Uses of OAuth2FlowAwareProfileConfiguration in net.shibboleth.oidc.profile.oauth2.config
Subinterfaces of OAuth2FlowAwareProfileConfiguration in net.shibboleth.oidc.profile.oauth2.config Modifier and Type Interface Description interfaceOAuth2TokenConfigurationOIDC-aware OAuth 2.0 token endpoint profile configuration. -
Uses of OAuth2FlowAwareProfileConfiguration in net.shibboleth.oidc.profile.oauth2.config.impl
Classes in net.shibboleth.oidc.profile.oauth2.config.impl that implement OAuth2FlowAwareProfileConfiguration Modifier and Type Class Description classAbstractOAuth2FlowAwareProfileConfigurationBase class for OIDC protocol configuration, containing configuration bits shared by all flow aware OIDC protocol configurations.classDefaultOAuth2TokenConfigurationImplementation of an OIDC-aware OAuth 2 token endpoint profile configuration.
-