Uses of Interface
net.shibboleth.oidc.profile.oauth2.config.OAuth2AuthorizationProfileConfiguration
-
Packages that use OAuth2AuthorizationProfileConfiguration 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. -
-
Uses of OAuth2AuthorizationProfileConfiguration in net.shibboleth.oidc.profile.config
Subinterfaces of OAuth2AuthorizationProfileConfiguration in net.shibboleth.oidc.profile.config Modifier and Type Interface Description interfaceOIDCAuthenticationProfileConfigurationGeneric configuration for an OIDC 1.0 authentication request.interfaceOIDCAuthenticationRelyingPartyProfileConfigurationConfiguration of an OIDC 1.0 authentication request.interfaceOIDCAuthorizationConfigurationConfiguration of an OIDC 1.0 authentication request. -
Uses of OAuth2AuthorizationProfileConfiguration in net.shibboleth.oidc.profile.config.impl
Classes in net.shibboleth.oidc.profile.config.impl that implement OAuth2AuthorizationProfileConfiguration Modifier and Type Class Description classDefaultOIDCAuthorizationConfigurationImplementation of a profile configuration for the OpenID Connect authorization endpoint.
-