@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Documented @ConditionalOnClass(name="org.flowable.ldap.LDAPConfiguration") @ConditionalOnProperty(prefix="flowable.idm.ldap", name="enabled", havingValue="true") @ConditionalOnIdmEngine public @interface ConditionalOnLdap
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)
ConditionalOnIdmEngineCopyright © 2021 Flowable. All rights reserved.