Class IdentityConfiguredCondition

java.lang.Object
com.sap.cds.framework.spring.config.auth.identity.IdentityConfiguredCondition
All Implemented Interfaces:
org.springframework.context.annotation.Condition

public class IdentityConfiguredCondition extends Object implements org.springframework.context.annotation.Condition
A Condition that helps to decide if Identity is configured or not.
  • Constructor Details

    • IdentityConfiguredCondition

      public IdentityConfiguredCondition()
  • Method Details

    • matches

      public boolean matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
      Specified by:
      matches in interface org.springframework.context.annotation.Condition