nl.surfnet.coin.csa.service
Interface ActionsService

All Known Implementing Classes:
ActionsServiceImpl

public interface ActionsService

Service for Actions


Method Summary
 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.
 

Method Detail

getActions

List<Action> getActions(String identityProvider)
Get a list of all actions of a certain identity provider

Parameters:
identityProvider - the identity provider
Returns:
list of actions

registerJiraIssueCreation

Action registerJiraIssueCreation(Action action)
Register the creation of a JIRA issue.

Parameters:
action - the original action


Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.