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 Details

    • MGLSecurityProperties

      public MGLSecurityProperties()
  • Method Details

    • getGlobalSalt

      public String getGlobalSalt()
    • setGlobalSalt

      public void setGlobalSalt(String globalSalt)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)