Class IdMAnyDirectoryPanelAdditionalActionLinksProvider
java.lang.Object
org.apache.syncope.client.console.commons.IdMAnyDirectoryPanelAdditionalActionLinksProvider
- All Implemented Interfaces:
Serializable
,AnyDirectoryPanelAdditionalActionLinksProvider
public class IdMAnyDirectoryPanelAdditionalActionLinksProvider
extends Object
implements AnyDirectoryPanelAdditionalActionLinksProvider
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ResourceRestClient
protected final UserRestClient
-
Constructor Summary
ConstructorDescriptionIdMAnyDirectoryPanelAdditionalActionLinksProvider
(ResourceRestClient resourceRestClient, UserRestClient userRestClient) -
Method Summary
Modifier and TypeMethodDescriptionget
(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef) get
(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef) get
(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)
-
Field Details
-
resourceRestClient
-
userRestClient
-
-
Constructor Details
-
IdMAnyDirectoryPanelAdditionalActionLinksProvider
public IdMAnyDirectoryPanelAdditionalActionLinksProvider(ResourceRestClient resourceRestClient, UserRestClient userRestClient)
-
-
Method Details
-
get
public List<Action<UserTO>> get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef) - Specified by:
get
in interfaceAnyDirectoryPanelAdditionalActionLinksProvider
-
get
public List<Action<GroupTO>> get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef) - Specified by:
get
in interfaceAnyDirectoryPanelAdditionalActionLinksProvider
-
get
public List<Action<AnyObjectTO>> get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef) - Specified by:
get
in interfaceAnyDirectoryPanelAdditionalActionLinksProvider
-