public class SecurityConfig
extends java.lang.Object
Basic security config group to be used within module configurations
Modifier and Type | Field and Description |
---|---|
boolean |
enableAccessControl |
boolean |
requireAuth |
Constructor and Description |
---|
SecurityConfig() |
@DisplayInfo(desc="Enables fine-grained permission-based access control for this module") public boolean enableAccessControl
@DisplayInfo(label="Require Authentication", desc="Set to require users to be authentified before they can use this module") public boolean requireAuth