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 UserRestClient
IdMAnyDirectoryPanelAdditionalActionLinksProvider.userRestClient
Constructors 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 UserRestClient
AnyPanel.userRestClient
protected UserRestClient
DelegationDirectoryPanel.userRestClient
protected UserRestClient
GroupDirectoryPanel.userRestClient
protected UserRestClient
LinkedAccountModalPanel.userRestClient
protected UserRestClient
OIDCProvidersDirectoryPanel.userRestClient
protected UserRestClient
RemediationDirectoryPanel.userRestClient
protected UserRestClient
RoleDirectoryPanel.userRestClient
protected UserRestClient
SAML2IdPsDirectoryPanel.userRestClient
protected UserRestClient
UserRequestFormDetails.userRestClient
protected UserRestClient
UserRequestFormDirectoryPanel.userRestClient
Constructors 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 UserRestClient
AnyStatusDirectoryPanel.userRestClient
protected UserRestClient
ChangePasswordModal.userRestClient
protected UserRestClient
ResourceStatusDirectoryPanel.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 UserRestClient
DelegationWizardBuilder.userRestClient
protected UserRestClient
UserSelectionWizardStep.userRestClient
Constructors 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 UserRestClient
LinkedAccountWizardBuilder.userRestClient
protected UserRestClient
MergeLinkedAccountsSearchPanel.userRestClient
protected final UserRestClient
MergeLinkedAccountsWizardBuilder.userRestClient
protected final UserRestClient
UserWizardBuilder.userRestClient
Constructors 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)