Class IdRepoAnyDirectoryPanelAdditionalActionLinksProvider
- java.lang.Object
-
- org.apache.syncope.client.console.commons.IdRepoAnyDirectoryPanelAdditionalActionLinksProvider
-
- All Implemented Interfaces:
Serializable
,AnyDirectoryPanelAdditionalActionLinksProvider
public class IdRepoAnyDirectoryPanelAdditionalActionLinksProvider extends Object implements AnyDirectoryPanelAdditionalActionLinksProvider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdRepoAnyDirectoryPanelAdditionalActionLinksProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Action<AnyObjectTO>>
get(String type, AnyObjectTO modelObject, String realm, BaseModal<AnyWrapper<AnyObjectTO>> modal, String header, AnyObjectDirectoryPanel parentPanel, PageReference pageRef)
List<Action<GroupTO>>
get(GroupTO modelObject, String realm, BaseModal<AnyWrapper<GroupTO>> modal, String header, GroupDirectoryPanel parentPanel, PageReference pageRef)
List<Action<UserTO>>
get(IModel<UserTO> model, String realm, BaseModal<AnyWrapper<UserTO>> modal, String header, UserDirectoryPanel parentPanel, PageReference pageRef)
-
-
-
Method Detail
-
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
-
-