Package ch.tocco.nice2.userbase.api
Interface PrincipalUpdateData
public interface PrincipalUpdateData
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
, if the username of the current principal changed.
-
Method Details
-
hasChangedForCurrentPrincipal
boolean hasChangedForCurrentPrincipal()Returnstrue
, if the username of the current principal changed. That is,oldValue
andnewValue
are not equal (and notnull
). And the current username equalsoldValue
. -
getOldValue
String getOldValue() -
getNewValue
String getNewValue() -
getPrincipal
Entity getPrincipal()
-