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 class
FlowableIdmProperties.Experimental
-
Constructor Summary
Constructors Constructor Description FlowableIdmProperties()
-
Method Summary
Modifier and Type Method Description FlowableIdmProperties.Experimental
getExperimental()
java.lang.String
getPasswordEncoder()
java.lang.String
getPriorityResources()
java.lang.String
getServiceType()
FlowableServlet
getServlet()
boolean
isDeployCustomResources()
boolean
isDeployDefaultResources()
boolean
isEnabled()
void
setDeployCustomResources(boolean deployCustomResources)
void
setDeployDefaultResources(boolean deployDefaultResources)
void
setEnabled(boolean enabled)
void
setPasswordEncoder(java.lang.String passwordEncoder)
void
setPriorityResources(java.lang.String priorityResources)
void
setServiceType(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
-