Uses of Class
org.apache.syncope.client.console.rest.UserRestClient
Packages that use UserRestClient
Package
Description
-
Uses of UserRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return UserRestClientMethods in org.apache.syncope.client.console with parameters of type UserRestClientModifier and TypeMethodDescriptionIdMConsoleContext.anyDirectoryPanelAdditionalActionLinksProvider(ResourceRestClient resourceRestClient, UserRestClient userRestClient) -
Uses of UserRestClient in org.apache.syncope.client.console.commons
Fields in org.apache.syncope.client.console.commons declared as UserRestClientModifier and TypeFieldDescriptionprotected final UserRestClientIdMAnyDirectoryPanelAdditionalActionLinksProvider.userRestClientConstructors in org.apache.syncope.client.console.commons with parameters of type UserRestClientModifierConstructorDescriptionIdMAnyDirectoryPanelAdditionalActionLinksProvider(ResourceRestClient resourceRestClient, UserRestClient userRestClient) -
Uses of UserRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as UserRestClient -
Uses of UserRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as UserRestClientModifier and TypeFieldDescriptionprotected UserRestClientAnyPanel.userRestClientprotected UserRestClientDelegationDirectoryPanel.userRestClientprotected UserRestClientGroupDirectoryPanel.userRestClientprotected UserRestClientLinkedAccountModalPanel.userRestClientprotected UserRestClientOIDCProvidersDirectoryPanel.userRestClientprotected UserRestClientRemediationDirectoryPanel.userRestClientprotected UserRestClientRoleDirectoryPanel.userRestClientprotected UserRestClientSAML2IdPsDirectoryPanel.userRestClientprotected UserRestClientUserRequestFormDetails.userRestClientprotected UserRestClientUserRequestFormDirectoryPanel.userRestClientConstructors in org.apache.syncope.client.console.panels with parameters of type UserRestClientModifierConstructorDescriptionBuilder(List<AnyTypeClassTO> anyTypeClassTOs, UserRestClient restClient, String type, PageReference pageRef) -
Uses of UserRestClient in org.apache.syncope.client.console.panels.search
Constructors in org.apache.syncope.client.console.panels.search with parameters of type UserRestClientModifierConstructorDescriptionBuilder(List<AnyTypeClassTO> anyTypeClassTOs, UserRestClient restClient, String type, PageReference pageRef) -
Uses of UserRestClient in org.apache.syncope.client.console.status
Fields in org.apache.syncope.client.console.status declared as UserRestClientModifier and TypeFieldDescriptionprotected UserRestClientAnyStatusDirectoryPanel.userRestClientprotected UserRestClientChangePasswordModal.userRestClientprotected UserRestClientResourceStatusDirectoryPanel.userRestClient -
Uses of UserRestClient in org.apache.syncope.client.console.tasks
Fields in org.apache.syncope.client.console.tasks declared as UserRestClient -
Uses of UserRestClient in org.apache.syncope.client.console.wizards
Fields in org.apache.syncope.client.console.wizards declared as UserRestClientModifier and TypeFieldDescriptionprotected final UserRestClientDelegationWizardBuilder.userRestClientprotected UserRestClientUserSelectionWizardStep.userRestClientConstructors in org.apache.syncope.client.console.wizards with parameters of type UserRestClientModifierConstructorDescriptionDelegationWizardBuilder(DelegationTO defaultItem, UserRestClient userRestClient, DelegationRestClient delegationRestClient, PageReference pageRef) -
Uses of UserRestClient in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as UserRestClientModifier and TypeFieldDescriptionprotected final UserRestClientLinkedAccountWizardBuilder.userRestClientprotected UserRestClientMergeLinkedAccountsSearchPanel.userRestClientprotected final UserRestClientMergeLinkedAccountsWizardBuilder.userRestClientprotected final UserRestClientUserWizardBuilder.userRestClientConstructors in org.apache.syncope.client.console.wizards.any with parameters of type UserRestClientModifierConstructorDescriptionLinkedAccountWizardBuilder(IModel<UserTO> model, LinkedAccountFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, AnyTypeRestClient anyTypeRestClient, PageReference pageRef) MergeLinkedAccountsWizardBuilder(IModel<UserTO> model, UserDirectoryPanel parentPanel, BaseModal<?> modal, ResourceRestClient resourceRestClient, UserRestClient userRestClient, PageReference pageRef) UserTemplateWizardBuilder(TemplatableTO templatable, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef) UserTemplateWizardBuilder(UserTO template, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef) UserWizardBuilder(List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef) UserWizardBuilder(UserTO previousUserTO, UserTO userTO, List<String> anyTypeClasses, UserFormLayoutInfo formLayoutInfo, UserRestClient userRestClient, PageReference pageRef)