| Package | Description |
|---|---|
| com.atlassian.plugins.authentication.common.rest.model | |
| com.atlassian.plugins.authentication.sso.rest |
| 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) |
| Constructor and Description |
|---|
RestPage(RestPage<? extends E> page,
com.google.common.base.Function<E,? extends T> restTransform) |
| Modifier and Type | Method and Description |
|---|---|
RestPage<IdpConfigEntity> |
IdpsResource.getIdps(RestPageRequest pageRequest) |
RestPage<LoginOptionEntity> |
LoginOptionsResource.getLoginOptions(String referer)
This endpoint returns the available login options.
|
Copyright © 2023 Atlassian. All rights reserved.