| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
Grant |
Grant.clone() |
Grant |
PutApplicationGrantRequest.getGrant()
Specifies a structure that describes the grant to update.
|
Grant |
GrantItem.getGrant()
The configuration structure for the selected grant.
|
Grant |
GetApplicationGrantResult.getGrant()
A structure that describes the requested grant.
|
Grant |
Grant.withAuthorizationCode(AuthorizationCodeGrant authorizationCode)
Configuration options for the
authorization_code grant type. |
Grant |
Grant.withJwtBearer(JwtBearerGrant jwtBearer)
Configuration options for the
urn:ietf:params:oauth:grant-type:jwt-bearer grant type. |
Grant |
Grant.withRefreshToken(RefreshTokenGrant refreshToken)
Configuration options for the
refresh_token grant type. |
Grant |
Grant.withTokenExchange(TokenExchangeGrant tokenExchange)
Configuration options for the
urn:ietf:params:oauth:grant-type:token-exchange grant type. |
| Modifier and Type | Method and Description |
|---|---|
void |
PutApplicationGrantRequest.setGrant(Grant grant)
Specifies a structure that describes the grant to update.
|
void |
GrantItem.setGrant(Grant grant)
The configuration structure for the selected grant.
|
void |
GetApplicationGrantResult.setGrant(Grant grant)
A structure that describes the requested grant.
|
PutApplicationGrantRequest |
PutApplicationGrantRequest.withGrant(Grant grant)
Specifies a structure that describes the grant to update.
|
GrantItem |
GrantItem.withGrant(Grant grant)
The configuration structure for the selected grant.
|
GetApplicationGrantResult |
GetApplicationGrantResult.withGrant(Grant grant)
A structure that describes the requested grant.
|
Copyright © 2024. All rights reserved.