nl.surfnet.coin.csa.service.impl
Class ActionsServiceImpl

java.lang.Object
  extended by nl.surfnet.coin.csa.service.impl.ActionsServiceImpl
All Implemented Interfaces:
ActionsService

@Service(value="actionsService")
public class ActionsServiceImpl
extends Object
implements ActionsService


Constructor Summary
ActionsServiceImpl()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionsServiceImpl

public ActionsServiceImpl()
Method Detail

getActions

public List<Action> getActions(String identityProvider)
Description copied from interface: ActionsService
Get a list of all actions of a certain identity provider

Specified by:
getActions in interface ActionsService
Parameters:
identityProvider - the identity provider
Returns:
list of actions

registerJiraIssueCreation

public Action registerJiraIssueCreation(Action action)
Description copied from interface: ActionsService
Register the creation of a JIRA issue.

Specified by:
registerJiraIssueCreation in interface ActionsService
Parameters:
action - the original action


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