| Package | Description |
|---|---|
| selfservice.api.dashboard | |
| selfservice.domain | |
| selfservice.service | |
| selfservice.service.impl |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<RestResponse<Action>> |
UsersController.connect(String idpEntityId,
Settings settings) |
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 |
Action.Builder.build() |
| 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 |
ActionsService.create(Action 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 |
ActionsService.create(Action action) |
| Modifier and Type | Method and Description |
|---|---|
Action |
ActionsServiceImpl.create(Action action) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ActionsServiceImpl.getActions(String identityProvider) |
List<Action> |
JiraClientMock.getTasks(String idp) |
List<Action> |
JiraClientImpl.getTasks(String idp) |
List<Action> |
JiraClient.getTasks(String idp) |
| Modifier and Type | Method and Description |
|---|---|
String |
JiraClientMock.create(Action action) |
String |
JiraClientImpl.create(Action action) |
String |
JiraClient.create(Action action) |
Action |
ActionsServiceImpl.create(Action action) |
Copyright © 2012–2017 Pivotal Software, Inc.. All rights reserved.