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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-
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:
matchesin interfaceorg.springframework.context.annotation.Condition
-