| Package | Description |
|---|---|
| com.atlassian.plugins.authentication.sso.rest | |
| com.atlassian.plugins.authentication.sso.rest.model |
| Modifier and Type | Method and Description |
|---|---|
IdpConfigEntity |
IdpsResourceService.addConfig(IdpConfigEntity entity)
Update configuration of SSO from the data from
IdpConfigEntity. |
IdpConfigEntity |
IdpsResource.addIdp(IdpConfigEntity idp) |
IdpConfigEntity |
IdpsResourceService.getConfig(Long id) |
IdpConfigEntity |
IdpsResource.getIdp(Long id) |
IdpConfigEntity |
IdpsResourceService.removeConfig(Long id) |
IdpConfigEntity |
IdpsResource.removeIdp(Long id) |
IdpConfigEntity |
IdpsResourceService.updateConfig(Long id,
IdpConfigEntity entity) |
IdpConfigEntity |
IdpsResource.updateIdp(Long id,
IdpConfigEntity idpConfigEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<IdpConfigEntity> |
IdpsResourceService.getConfigs(RestPageRequest pageRequest) |
RestPage<IdpConfigEntity> |
IdpsResource.getIdps(RestPageRequest pageRequest) |
| Modifier and Type | Method and Description |
|---|---|
IdpConfigEntity |
IdpsResourceService.addConfig(IdpConfigEntity entity)
Update configuration of SSO from the data from
IdpConfigEntity. |
IdpConfigEntity |
IdpsResource.addIdp(IdpConfigEntity idp) |
IdpConfigEntity |
IdpsResourceService.updateConfig(Long id,
IdpConfigEntity entity) |
IdpConfigEntity |
IdpsResource.updateIdp(Long id,
IdpConfigEntity idpConfigEntity) |
| Modifier and Type | Method and Description |
|---|---|
IdpConfigEntity |
IdpConfigEntity.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static IdpConfigEntity.Builder |
IdpConfigEntity.builder(IdpConfigEntity data) |
Copyright © 2023 Atlassian. All rights reserved.