@Service(value="actionsService") public class ActionsServiceImpl extends Object implements ActionsService
| Constructor and Description |
|---|
ActionsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions(String identityProvider)
Get a list of all actions of a certain identity provider
|
Action |
registerJiraIssueCreation(Action action)
Register the creation of a JIRA issue.
|
public List<Action> getActions(String identityProvider)
ActionsServicegetActions in interface ActionsServiceidentityProvider - the identity providerpublic Action registerJiraIssueCreation(Action action)
ActionsServiceregisterJiraIssueCreation in interface ActionsServiceaction - the original actionCopyright © 2013 SURFnet bv, The Netherlands. All rights reserved.