Interface OAuth2TokenValidatingProfileConfiguration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ClaimsValidator getIssuedClaimsValidator​(ProfileRequestContext profileRequestContext)
      Get the ClaimsValidator to apply to issued JWT-based tokens being validated by this profile.
      • Methods inherited from interface net.shibboleth.idp.authn.config.AuthenticationProfileConfiguration

        getAuthenticationFlows, getDefaultAuthenticationMethods, getPostAuthenticationFlows, getProxyCount, isForceAuthn, isLocal
      • Methods inherited from interface net.shibboleth.idp.profile.config.ConditionalProfileConfiguration

        getActivationCondition
      • Methods inherited from interface net.shibboleth.idp.profile.config.OverriddenIssuerProfileConfiguration

        getIssuer
      • Methods inherited from interface net.shibboleth.idp.profile.config.ProfileConfiguration

        getInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfiguration
    • Method Detail

      • getIssuedClaimsValidator

        @Nullable
        ClaimsValidator getIssuedClaimsValidator​(@Nullable
                                                 ProfileRequestContext profileRequestContext)
        Get the ClaimsValidator to apply to issued JWT-based tokens being validated by this profile.
        Parameters:
        profileRequestContext - current profile request context
        Returns:
        the validator to use