java.lang.Object
org.apache.syncope.client.ui.commons.wizards.any.AnyWrapper<UserTO>
org.apache.syncope.client.ui.commons.wizards.any.UserWrapper
All Implemented Interfaces:
Serializable

public class UserWrapper extends AnyWrapper<UserTO>
See Also:
  • Constructor Details

    • UserWrapper

      public UserWrapper(UserTO userTO)
    • UserWrapper

      public UserWrapper(UserTO previousUserTO, UserTO userTO)
  • Method Details

    • isStorePasswordInSyncope

      public boolean isStorePasswordInSyncope()
    • setStorePasswordInSyncope

      public void setStorePasswordInSyncope(boolean storePasswordInSyncope)
    • getPreviousUserTO

      public UserTO getPreviousUserTO()