Annotation Type 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 metaConditionalannotation that checks if the IDM LDAP Configuration should be activatedBy default the LDAP Configuration is activated when the IDM Engine is activate, the
LDAPConfigurationis present andflowable.idm.ldap.enabledis set totrue(per default it is disabled)- Author:
- Filip Hrisafov
- See Also:
ConditionalOnIdmEngine