Class UserWrapper
- 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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.any.AnyWrapper
anyTO
-
-
Constructor Summary
Constructors Constructor Description UserWrapper(UserTO userTO)
UserWrapper(UserTO previousUserTO, UserTO userTO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserTO
getPreviousUserTO()
boolean
isStorePasswordInSyncope()
void
setStorePasswordInSyncope(boolean storePasswordInSyncope)
-
Methods inherited from class org.apache.syncope.client.ui.commons.wizards.any.AnyWrapper
getInnerObject
-
-
-
-
Method Detail
-
isStorePasswordInSyncope
public boolean isStorePasswordInSyncope()
-
setStorePasswordInSyncope
public void setStorePasswordInSyncope(boolean storePasswordInSyncope)
-
getPreviousUserTO
public UserTO getPreviousUserTO()
-
-