Uses of Class
org.apache.syncope.client.console.panels.UserDirectoryPanel
-
Packages that use UserDirectoryPanel Package Description org.apache.syncope.client.console.commons org.apache.syncope.client.console.wizards.any -
-
Uses of UserDirectoryPanel in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons with parameters of type UserDirectoryPanel Modifier and Type Method Description List<Action<UserTO>>
AnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)
List<Action<UserTO>>
IdMAnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)
List<Action<UserTO>>
IdRepoAnyDirectoryPanelAdditionalActionLinksProvider. get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)
-
Uses of UserDirectoryPanel in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as UserDirectoryPanel Modifier and Type Field Description protected UserDirectoryPanel
MergeLinkedAccountsWizardBuilder. parentPanel
Constructors in org.apache.syncope.client.console.wizards.any with parameters of type UserDirectoryPanel Constructor Description MergeLinkedAccountsWizardBuilder(IModel<UserTO> model, UserDirectoryPanel parentPanel, BaseModal<?> modal, ResourceRestClient resourceRestClient, UserRestClient userRestClient, PageReference pageRef)
-