public interface ActionsService
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions(String identityProvider)
Get a list of all actions of a certain identity provider
|
Action |
registerAction(Action action)
Register the creation of an Action
|
void |
registerJiraIssueCreation(Action action)
Register the creation of a JIRA issue.
|
List<Action> getActions(String identityProvider)
identityProvider - the identity providervoid registerJiraIssueCreation(Action action)
action - the original actionCopyright © 2013 SURFnet bv, The Netherlands. All rights reserved.