Package com.flowable.spring.boot.idm
Class FlowableIdmProperties
java.lang.Object
com.flowable.spring.boot.idm.FlowableIdmProperties
@ConfigurationProperties(prefix="flowable.platform.idm")
public class FlowableIdmProperties
extends java.lang.Object
- Author:
- Tijs Rademakers
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlowableIdmProperties.Experimental -
Constructor Summary
Constructors Constructor Description FlowableIdmProperties() -
Method Summary
Modifier and Type Method Description FlowableIdmProperties.ExperimentalgetExperimental()java.lang.StringgetPasswordEncoder()java.lang.StringgetPriorityResources()java.lang.StringgetServiceType()FlowableServletgetServlet()booleanisDeployCustomResources()booleanisDeployDefaultResources()booleanisEnabled()voidsetDeployCustomResources(boolean deployCustomResources)voidsetDeployDefaultResources(boolean deployDefaultResources)voidsetEnabled(boolean enabled)voidsetPasswordEncoder(java.lang.String passwordEncoder)voidsetPriorityResources(java.lang.String priorityResources)voidsetServiceType(java.lang.String serviceType)
-
Constructor Details
-
FlowableIdmProperties
public FlowableIdmProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getPasswordEncoder
public java.lang.String getPasswordEncoder() -
setPasswordEncoder
public void setPasswordEncoder(java.lang.String passwordEncoder) -
isDeployDefaultResources
public boolean isDeployDefaultResources() -
setDeployDefaultResources
public void setDeployDefaultResources(boolean deployDefaultResources) -
isDeployCustomResources
public boolean isDeployCustomResources() -
setDeployCustomResources
public void setDeployCustomResources(boolean deployCustomResources) -
getPriorityResources
public java.lang.String getPriorityResources() -
setPriorityResources
public void setPriorityResources(java.lang.String priorityResources) -
getServiceType
public java.lang.String getServiceType() -
setServiceType
public void setServiceType(java.lang.String serviceType) -
getServlet
-
getExperimental
-