@ConfigurationProperties(prefix="broadleaf.auth.anonymization") public class AuthAnonymizationProperties extends Object
Constructor and Description |
---|
AuthAnonymizationProperties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEnabled()
Whether or not anonymization is enabled at all
|
boolean |
isUserEnabled()
Whether or not anonymization specific to the
User domain is supported |
void |
setEnabled(boolean enabled)
Whether or not anonymization is enabled at all
|
void |
setUserEnabled(boolean userEnabled)
Whether or not anonymization specific to the
User domain is supported |
String |
toString() |
public boolean isEnabled()
public boolean isUserEnabled()
User
domain is supportedpublic void setEnabled(boolean enabled)
public void setUserEnabled(boolean userEnabled)
User
domain is supportedprotected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.