}
public void componentConfigurationDeleted(String subdomain) throws ModificationNotAllowedException {
// Do not let admins delete configuration of Clearspace component
if (subdomain.startsWith("clearspace")) {
throw new ModificationNotAllowedException("Use 'Profile Settings' to change password.");
}
}