Class LdapSystemPropertyCondition
java.lang.Object
ru.cg.webbpm.modules.security.db.synchronization.ldap.LdapSystemPropertyCondition
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
public class LdapSystemPropertyCondition
extends Object
implements org.springframework.context.annotation.Condition
- Author:
- Kochetkov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-
Constructor Details
-
LdapSystemPropertyCondition
public LdapSystemPropertyCondition()
-
-
Method Details
-
matches
public boolean matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata) - Specified by:
matches
in interfaceorg.springframework.context.annotation.Condition
-