Annotation Interface ConditionalOnLdap


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @ConditionalOnClass(name="org.flowable.ldap.LDAPConfiguration") @ConditionalOnProperty(prefix="flowable.idm.ldap", name="enabled", havingValue="true") @ConditionalOnIdmEngine public @interface ConditionalOnLdap
A meta Conditional annotation that checks if the IDM LDAP Configuration should be activated

By default the LDAP Configuration is activated when the IDM Engine is activate, the LDAPConfiguration is present and flowable.idm.ldap.enabled is set to true (per default it is disabled)

Author:
Filip Hrisafov
See Also: