类 ClientsConfiguredCondition

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

    public class ClientsConfiguredCondition
    extends SpringBootCondition
    Condition that matches if any spring.security.oauth2.client.registration properties are defined.
    从以下版本开始:
    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