Package org.flowable.ui.admin.properties
Class FlowableAdminAppProperties.Security
- java.lang.Object
-
- org.flowable.ui.admin.properties.FlowableAdminAppProperties.Security
-
- Enclosing class:
- FlowableAdminAppProperties
public static class FlowableAdminAppProperties.Security extends Object
The security configuration for the Admin Application.
-
-
Constructor Summary
Constructors Constructor Description Security()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowableAdminAppProperties.EncryptiongetEncryption()booleanisPreemptiveBasicAuthentication()voidsetPreemptiveBasicAuthentication(boolean preemptiveBasicAuthentication)
-
-
-
Method Detail
-
getEncryption
public FlowableAdminAppProperties.Encryption getEncryption()
-
isPreemptiveBasicAuthentication
public boolean isPreemptiveBasicAuthentication()
-
setPreemptiveBasicAuthentication
public void setPreemptiveBasicAuthentication(boolean preemptiveBasicAuthentication)
-
-