Uses of Class
org.apache.syncope.client.console.rest.UserRestClient
Package
Description
-
Uses of UserRestClient in org.apache.syncope.client.console
Modifier and TypeMethodDescriptionIdMConsoleContext.anyDirectoryPanelAdditionalActionLinksProvider
(ResourceRestClient resourceRestClient, UserRestClient userRestClient) -
Uses of UserRestClient in org.apache.syncope.client.console.commons
Modifier and TypeFieldDescriptionprotected final UserRestClient
IdMAnyDirectoryPanelAdditionalActionLinksProvider.userRestClient
ModifierConstructorDescriptionIdMAnyDirectoryPanelAdditionalActionLinksProvider
(ResourceRestClient resourceRestClient, UserRestClient userRestClient) -
Uses of UserRestClient in org.apache.syncope.client.console.pages
-
Uses of UserRestClient in org.apache.syncope.client.console.panels
Modifier 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
ModifierConstructorDescriptionBuilder
(List<AnyTypeClassTO> anyTypeClassTOs, UserRestClient restClient, String type, PageReference pageRef) -
Uses of UserRestClient in org.apache.syncope.client.console.panels.search
ModifierConstructorDescriptionBuilder
(List<AnyTypeClassTO> anyTypeClassTOs, UserRestClient restClient, String type, PageReference pageRef) -
Uses of UserRestClient in org.apache.syncope.client.console.status
Modifier and TypeFieldDescriptionprotected UserRestClient
AnyStatusDirectoryPanel.userRestClient
protected UserRestClient
ChangePasswordModal.userRestClient
protected UserRestClient
ResourceStatusDirectoryPanel.userRestClient
-
Uses of UserRestClient in org.apache.syncope.client.console.tasks
-
Uses of UserRestClient in org.apache.syncope.client.console.wizards
Modifier and TypeFieldDescriptionprotected final UserRestClient
DelegationWizardBuilder.userRestClient
protected UserRestClient
UserSelectionWizardStep.userRestClient
ModifierConstructorDescriptionDelegationWizardBuilder
(DelegationTO defaultItem, UserRestClient userRestClient, DelegationRestClient delegationRestClient, PageReference pageRef) -
Uses of UserRestClient in org.apache.syncope.client.console.wizards.any
Modifier and TypeFieldDescriptionprotected final UserRestClient
LinkedAccountWizardBuilder.userRestClient
protected UserRestClient
MergeLinkedAccountsSearchPanel.userRestClient
protected final UserRestClient
MergeLinkedAccountsWizardBuilder.userRestClient
protected final UserRestClient
UserWizardBuilder.userRestClient
ModifierConstructorDescriptionLinkedAccountWizardBuilder
(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)