Class CamundaLoginAutoConfiguration

  • All Implemented Interfaces:

    @EnableConfigurationProperties(value = {CamundaLoginProperties.class})@ConditionalOnProperty(value = {"camunda.bpm.login.enabled"}, havingValue = "true", matchIfMissing = false) 
    public final class CamundaLoginAutoConfiguration
    
                        

    Auto configuration of the extension. Activates only if the 'camunda.bpm.login.enabled' is set to 'true'.