Uses of Class
org.apache.syncope.client.ui.commons.wizards.any.UserWrapper
-
-
Uses of UserWrapper in org.apache.syncope.client.console.status
Fields in org.apache.syncope.client.console.status declared as UserWrapper Modifier and Type Field Description protected UserWrapper
ChangePasswordModal. wrapper
Constructors in org.apache.syncope.client.console.status with parameters of type UserWrapper Constructor Description ChangePasswordModal(BaseModal<AnyWrapper<UserTO>> baseModal, UserWrapper wrapper, PageReference pageRefer)
-
Uses of UserWrapper in org.apache.syncope.client.console.wizards.any
Methods in org.apache.syncope.client.console.wizards.any with parameters of type UserWrapper Modifier and Type Method Description protected Component
Roles. buildRolesSelector(UserWrapper modelObject)
Constructors in org.apache.syncope.client.console.wizards.any with parameters of type UserWrapper Constructor Description EditUserPasswordPanel(String id, UserWrapper wrapper, boolean templateMode)
Roles(UserWrapper modelObject)
UserDetails(UserWrapper wrapper, boolean templateMode, boolean includeStatusPanel, boolean showPasswordManagement, PageReference pageRef)
-
Uses of UserWrapper in org.apache.syncope.client.enduser.panels
Methods in org.apache.syncope.client.enduser.panels with parameters of type UserWrapper Modifier and Type Method Description protected Details<UserTO>
AnyFormPanel. addOptionalDetailsPanel(UserWrapper modelObject)
protected Details<UserTO>
UserFormPanel. addOptionalDetailsPanel(UserWrapper modelObject)
protected Details<UserTO>
UserSelfFormPanel. addOptionalDetailsPanel(UserWrapper modelObject)
protected void
AnyFormPanel. buildLayout(UserWrapper modelObject)
Constructors in org.apache.syncope.client.enduser.panels with parameters of type UserWrapper Constructor Description AnyFormPanel(String id, UserWrapper wrapper, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, PageReference pageReference)
-
Uses of UserWrapper in org.apache.syncope.client.enduser.panels.any
Constructors in org.apache.syncope.client.enduser.panels.any with parameters of type UserWrapper Constructor Description EditUserPasswordPanel(String id, UserWrapper wrapper)
PlainAttrs(String id, UserWrapper modelObject, List<String> anyTypeClasses, Map<String,CustomizationOption> whichPlainAttrs)
SelfUserDetails(String id, UserWrapper wrapper, boolean showPasswordManagement, PageReference pageRef)
UserDetails(String id, UserWrapper wrapper, PageReference pageRef)
-
Uses of UserWrapper in org.apache.syncope.client.ui.commons.wizards.any
Constructors in org.apache.syncope.client.ui.commons.wizards.any with parameters of type UserWrapper Constructor Description PasswordPanel(String id, UserWrapper wrapper, boolean templateMode, Boolean storePasswordInSyncope, de.agilecoders.wicket.extensions.markup.html.bootstrap.form.password.strength.PasswordStrengthBehavior passwordStrengthBehavior)
PasswordPanel(String id, UserWrapper wrapper, Boolean storePasswordInSyncope, boolean templateMode)
-