类 IssuerUriCondition

  • 所有已实现的接口:
    org.springframework.context.annotation.Condition

    public class IssuerUriCondition
    extends SpringBootCondition
    Condition for creating JwtDecoder by oidc issuer location.
    从以下版本开始:
    2.1.0
    • 方法详细资料

      • getMatchOutcome

        public ConditionOutcome getMatchOutcome​(org.springframework.context.annotation.ConditionContext context,
                                                org.springframework.core.type.AnnotatedTypeMetadata metadata)
        从类复制的说明: SpringBootCondition
        Determine the outcome of the match along with suitable log output.
        指定者:
        getMatchOutcome 在类中 SpringBootCondition
        参数:
        context - the condition context
        metadata - the annotation metadata
        返回:
        the condition outcome