| Package | Description |
|---|---|
| selfservice.api.dashboard | |
| selfservice.dao | |
| selfservice.dao.impl | |
| selfservice.domain | |
| selfservice.service | |
| selfservice.service.impl |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<RestResponse<Action>> |
ServicesController.connect(String idpEntityId,
String comments,
String spEntityId,
String id) |
org.springframework.http.ResponseEntity<RestResponse<Action>> |
ServicesController.disconnect(String idpEntityId,
String comments,
String spEntityId,
String id) |
RestResponse<List<Action>> |
ActionsController.index(String idpEntityId) |
| Modifier and Type | Method and Description |
|---|---|
Action |
ActionsDao.findAction(long id)
Find a unique Action by its id
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ActionsDao.findActionsByIdP(String identityProvider)
Get a list of all actions by identity provider
|
| Modifier and Type | Method and Description |
|---|---|
Long |
ActionsDao.saveAction(Action action)
persist the given action
|
| Modifier and Type | Method and Description |
|---|---|
Action |
ActionsDaoImpl.findAction(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ActionsDaoImpl.findActionsByIdP(String identityProvider) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ActionsDaoImpl.saveAction(Action action) |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<? super Action> |
Action.sortByDateAsc()
get a Comparator that sorts by date ascending: newest first
|
| Modifier and Type | Method and Description |
|---|---|
Action |
Csa.createAction(Action action) |
Action |
ActionsService.saveAction(Action action)
Register the creation of an Action
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ActionsService.getActions(String identityProvider)
Get a list of all actions of a certain identity provider
|
| Modifier and Type | Method and Description |
|---|---|
Action |
Csa.createAction(Action action) |
void |
ActionsService.registerJiraIssueCreation(Action action)
Register the creation of a JIRA issue.
|
Action |
ActionsService.saveAction(Action action)
Register the creation of an Action
|
| Modifier and Type | Method and Description |
|---|---|
Action |
CsaImpl.createAction(Action action) |
Action |
ActionsServiceImpl.saveAction(Action action) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ActionsServiceImpl.getActions(String identityProvider) |
| Modifier and Type | Method and Description |
|---|---|
Action |
CsaImpl.createAction(Action action) |
void |
ActionsServiceImpl.registerJiraIssueCreation(Action action) |
Action |
ActionsServiceImpl.saveAction(Action action) |
Copyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.