| Package | Description |
|---|---|
| com.atlassian.plugins.authentication.common.rest.model | |
| com.atlassian.plugins.authentication.sso.rest |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRestPageRequest |
| Modifier and Type | Method and Description |
|---|---|
static <T,A> RestPage<T> |
RestPage.fromListPlusOne(List<A> results,
com.google.common.base.Function<A,? extends T> transformer,
RestPageRequest pageRequest) |
static <T> RestPage<T> |
RestPage.fromListPlusOne(List<T> results,
RestPageRequest pageRequest) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.spi.inject.Injectable<RestPageRequest> |
RestPageRequestProvider.getInjectable(com.sun.jersey.core.spi.component.ComponentContext componentContext,
javax.ws.rs.core.Context context) |
| Modifier and Type | Method and Description |
|---|---|
List<IdpConfigEntity> |
IdpsResourceService.getConfigs(RestPageRequest pageRequest) |
RestPage<IdpConfigEntity> |
IdpsResource.getIdps(RestPageRequest pageRequest) |
Copyright © 2023 Atlassian. All rights reserved.