Uses of Interface
net.shibboleth.oidc.profile.oauth2.config.OAuth2ClientAuthenticableClientProfileConfiguration
-
Packages that use OAuth2ClientAuthenticableClientProfileConfiguration 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.impl OAuth2 profile configuration implementations.net.shibboleth.oidc.security.impl Utility classes for security related functions. -
-
Uses of OAuth2ClientAuthenticableClientProfileConfiguration in net.shibboleth.oidc.profile.config
Subinterfaces of OAuth2ClientAuthenticableClientProfileConfiguration in net.shibboleth.oidc.profile.config Modifier and Type Interface Description interfaceOIDCAuthenticationRelyingPartyProfileConfigurationConfiguration of an OIDC 1.0 authentication request.interfaceOIDCSSORelyingPartyConfigurationProfile configuration for an OIDC SSO Client or Relying Party. -
Uses of OAuth2ClientAuthenticableClientProfileConfiguration in net.shibboleth.oidc.profile.config.impl
Classes in net.shibboleth.oidc.profile.config.impl that implement OAuth2ClientAuthenticableClientProfileConfiguration 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.classDefaultOIDCUserInfoConfigurationImplementation of a profile configuration for the OpenID Connect core protocol userinfo endpoint. -
Uses of OAuth2ClientAuthenticableClientProfileConfiguration in net.shibboleth.oidc.profile.oauth2.config.impl
Classes in net.shibboleth.oidc.profile.oauth2.config.impl that implement OAuth2ClientAuthenticableClientProfileConfiguration Modifier and Type Class Description classAbstractOAuth2ClientAuthenticableProfileConfigurationBase class for OAuth profile configurations that support OAuth-defined client authentication methods.classAbstractOAuth2FlowAwareProfileConfigurationBase class for OIDC protocol configuration, containing configuration bits shared by all flow aware OIDC protocol configurations.classAbstractOAuth2TokenValidatingConfigurationBase class for profile configurations that validate previously issued OAuth2 tokens.classDefaultOAuth2TokenConfigurationImplementation of an OIDC-aware OAuth 2 token endpoint profile configuration.classDefaultOAuth2TokenIntrospectionConfigurationImplementation of a profile configuration for the OAuth2 Token Introspection.classDefaultOAuth2TokenRevocationConfigurationImplementation of a profile configuration for OAuth2 Token Revocation. -
Uses of OAuth2ClientAuthenticableClientProfileConfiguration in net.shibboleth.oidc.security.impl
Fields in net.shibboleth.oidc.security.impl declared as OAuth2ClientAuthenticableClientProfileConfiguration Modifier and Type Field Description private OAuth2ClientAuthenticableClientProfileConfigurationBaseJWTSignatureSecurityHandler. profileConfigurationApplicable stashed profile configuration appropriate for OAuth clients.
-