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
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.ui.commons.wizards.any.AnyWrapper
anyTO
-
Constructor Summary
ConstructorDescriptionUserWrapper
(UserTO userTO) UserWrapper
(UserTO previousUserTO, UserTO userTO) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setStorePasswordInSyncope
(boolean storePasswordInSyncope) Methods inherited from class org.apache.syncope.client.ui.commons.wizards.any.AnyWrapper
getInnerObject
-
Constructor Details
-
UserWrapper
-
UserWrapper
-
-
Method Details
-
isStorePasswordInSyncope
public boolean isStorePasswordInSyncope() -
setStorePasswordInSyncope
public void setStorePasswordInSyncope(boolean storePasswordInSyncope) -
getPreviousUserTO
-