Uses of Class
org.apache.syncope.client.ui.commons.wizards.any.UserWrapper
Packages that use UserWrapper
Package
Description
-
Uses of UserWrapper in org.apache.syncope.client.console.status
Fields in org.apache.syncope.client.console.status declared as UserWrapperConstructors in org.apache.syncope.client.console.status with parameters of type UserWrapperModifierConstructorDescriptionChangePasswordModal(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 UserWrapperModifier and TypeMethodDescriptionprotected ComponentRoles.buildRolesSelector(UserWrapper modelObject) Constructors in org.apache.syncope.client.console.wizards.any with parameters of type UserWrapperModifierConstructorDescriptionEditUserPasswordPanel(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 UserWrapperModifier and TypeMethodDescriptionAnyFormPanel.addOptionalDetailsPanel(UserWrapper modelObject) UserFormPanel.addOptionalDetailsPanel(UserWrapper modelObject) UserSelfFormPanel.addOptionalDetailsPanel(UserWrapper modelObject) protected voidAnyFormPanel.buildLayout(UserWrapper modelObject) Constructors in org.apache.syncope.client.enduser.panels with parameters of type UserWrapperModifierConstructorDescriptionAnyFormPanel(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 UserWrapperModifierConstructorDescriptionprotectedEditUserPasswordPanel(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 UserWrapperModifierConstructorDescriptionPasswordPanel(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)