Class AuthAnonymizationProperties
java.lang.Object
com.broadleafcommerce.auth.server.service.anonymization.AuthAnonymizationProperties
@ConfigurationProperties(prefix="broadleaf.auth.anonymization")
public class AuthAnonymizationProperties
extends Object
Controls anonymization behavior for the auth service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()booleanWhether or not anonymization is enabled at allbooleanWhether or not anonymization specific to theUserdomain is supportedvoidsetEnabled(boolean enabled) Whether or not anonymization is enabled at allvoidsetUserEnabled(boolean userEnabled) Whether or not anonymization specific to theUserdomain is supportedtoString()
-
Constructor Details
-
AuthAnonymizationProperties
public AuthAnonymizationProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Whether or not anonymization is enabled at all -
isUserEnabled
public boolean isUserEnabled()Whether or not anonymization specific to theUserdomain 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 theUserdomain is supported -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-