protected abstract boolean removePropertyExternal(String key);
protected boolean removePropertyInternal(String key) {
JCRUser jcrUser = lookupExternalUser();
return jcrUser != null && jcrUser.removeProperty(key);
}
public boolean setProperty(String key, String value) {
if (null == key) {
return false;