Package tech.mgl.boot.config.properties
Class MGLSecurityProperties
java.lang.Object
tech.mgl.boot.config.properties.MGLSecurityProperties
@ConfigurationProperties(prefix="mgl.security")
@ConditionalOnProperty(prefix="mgl.security.enabled",
havingValue="true")
public class MGLSecurityProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEnabled(Boolean enabled) voidsetGlobalSalt(String globalSalt)
-
Constructor Details
-
MGLSecurityProperties
public MGLSecurityProperties()
-
-
Method Details
-
getGlobalSalt
-
setGlobalSalt
-
getEnabled
-
setEnabled
-