Class AuthAnonymizationProperties


  • @ConfigurationProperties(prefix="broadleaf.auth.anonymization")
    public class AuthAnonymizationProperties
    extends Object
    Controls anonymization behavior for the auth service
    • Constructor Detail

      • AuthAnonymizationProperties

        public AuthAnonymizationProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Whether or not anonymization is enabled at all
      • isUserEnabled

        public boolean isUserEnabled()
        Whether or not anonymization specific to the User domain is supported
      • setEnabled

        public void setEnabled​(boolean enabled)
        Whether or not anonymization is enabled at all
      • setUserEnabled

        public void setUserEnabled​(boolean userEnabled)
        Whether or not anonymization specific to the User domain is supported
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object