nl.surfnet.coin.csa.service.impl
Class ActionsServiceImpl
java.lang.Object
nl.surfnet.coin.csa.service.impl.ActionsServiceImpl
- All Implemented Interfaces:
- ActionsService
@Service(value="actionsService")
public class ActionsServiceImpl
- extends Object
- implements ActionsService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionsServiceImpl
public ActionsServiceImpl()
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.