| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
ContextDefinition |
ContextDefinition.addContextMapEntry(String key,
AttributeValue value)
Add a single ContextMap entry
|
ContextDefinition |
ContextDefinition.clearContextMapEntries()
Removes all the entries added into ContextMap.
|
ContextDefinition |
ContextDefinition.clone() |
ContextDefinition |
BatchIsAuthorizedInputItem.getContext()
Specifies additional context that can be used to make more granular authorization decisions.
|
ContextDefinition |
IsAuthorizedWithTokenRequest.getContext()
Specifies additional context that can be used to make more granular authorization decisions.
|
ContextDefinition |
IsAuthorizedRequest.getContext()
Specifies additional context that can be used to make more granular authorization decisions.
|
ContextDefinition |
BatchIsAuthorizedWithTokenInputItem.getContext()
Specifies additional context that can be used to make more granular authorization decisions.
|
ContextDefinition |
ContextDefinition.withContextMap(Map<String,AttributeValue> contextMap)
An list of attributes that are needed to successfully evaluate an authorization request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchIsAuthorizedInputItem.setContext(ContextDefinition context)
Specifies additional context that can be used to make more granular authorization decisions.
|
void |
IsAuthorizedWithTokenRequest.setContext(ContextDefinition context)
Specifies additional context that can be used to make more granular authorization decisions.
|
void |
IsAuthorizedRequest.setContext(ContextDefinition context)
Specifies additional context that can be used to make more granular authorization decisions.
|
void |
BatchIsAuthorizedWithTokenInputItem.setContext(ContextDefinition context)
Specifies additional context that can be used to make more granular authorization decisions.
|
BatchIsAuthorizedInputItem |
BatchIsAuthorizedInputItem.withContext(ContextDefinition context)
Specifies additional context that can be used to make more granular authorization decisions.
|
IsAuthorizedWithTokenRequest |
IsAuthorizedWithTokenRequest.withContext(ContextDefinition context)
Specifies additional context that can be used to make more granular authorization decisions.
|
IsAuthorizedRequest |
IsAuthorizedRequest.withContext(ContextDefinition context)
Specifies additional context that can be used to make more granular authorization decisions.
|
BatchIsAuthorizedWithTokenInputItem |
BatchIsAuthorizedWithTokenInputItem.withContext(ContextDefinition context)
Specifies additional context that can be used to make more granular authorization decisions.
|
Copyright © 2024. All rights reserved.