Interface PrincipalUpdateData


public interface PrincipalUpdateData
  • Method Details

    • hasChangedForCurrentPrincipal

      boolean hasChangedForCurrentPrincipal()
      Returns true, if the username of the current principal changed. That is, oldValue and newValue are not equal (and not null). And the current username equals oldValue.
    • getOldValue

      String getOldValue()
    • getNewValue

      String getNewValue()
    • getPrincipal

      Entity getPrincipal()