Class InitializeOAuth2ClientContext

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • oauth2ClientContext

        @Nullable
        private OAuth2ClientContext oauth2ClientContext
        The stashed OAuth2 client context.
      • redirectUriOverrideLookupStrategy

        @Nonnull
        private Function<ProfileRequestContext,​URI> redirectUriOverrideLookupStrategy
        A redirect_uri lookup strategy which can pull out an override redirect_uri from the profile request context.
      • relyingPartyContextLookupStrategy

        @Nonnull
        private Function<ProfileRequestContext,​net.shibboleth.idp.profile.context.RelyingPartyContext> relyingPartyContextLookupStrategy
        Lookup function for relying party context.
      • profileConfiguration

        @Nullable
        private net.shibboleth.oidc.profile.config.OIDCAuthorizationConfiguration profileConfiguration
        Applicable stashed profile configuration.
    • Constructor Detail

      • InitializeOAuth2ClientContext

        public InitializeOAuth2ClientContext()
        Constructor.