| Package | Description |
|---|---|
| com.atlassian.oauth2.provider.api.authorization | |
| com.atlassian.oauth2.provider.api.authorization.dao |
| Modifier and Type | Method and Description |
|---|---|
Optional<Authorization> |
AuthorizationService.getAuthorization(String authorizationCode)
fetches the Authorization object for the given code
|
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationFlowResult |
AuthorizationFlowResult.success(Authorization authorization) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AuthorizationFlowResult.fold(Function<Authorization,T> ifSuccess,
Function<TokenResponseErrorDescription,T> ifFailure) |
void |
AuthorizationFlowResult.ifSuccess(Consumer<Authorization> ifSuccess) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationEntity |
| Modifier and Type | Method and Description |
|---|---|
Authorization |
AuthorizationDao.save(Authorization authorization) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Authorization> |
AuthorizationDao.findByCode(String authorizationCode) |
Optional<Authorization> |
AuthorizationDao.removeByCode(String authorizationCode) |
| Modifier and Type | Method and Description |
|---|---|
Authorization |
AuthorizationDao.save(Authorization authorization) |
Copyright © 2020–2023 Atlassian. All rights reserved.