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 Constructor Description AuthAnonymizationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
boolean
isEnabled()
Whether or not anonymization is enabled at allboolean
isUserEnabled()
Whether or not anonymization specific to theUser
domain is supportedvoid
setEnabled(boolean enabled)
Whether or not anonymization is enabled at allvoid
setUserEnabled(boolean userEnabled)
Whether or not anonymization specific to theUser
domain is supportedString
toString()
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Whether or not anonymization is enabled at all
-
isUserEnabled
public boolean isUserEnabled()
Whether or not anonymization specific to theUser
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 theUser
domain is supported
-
canEqual
protected boolean canEqual(Object other)
-
-