| Modifier and Type | Method and Description |
|---|---|
NamespaceIamRoleAuthorizationEntity |
NamespaceIamRoleAuthorizationDao.getNamespaceIamRoleAuthorization(NamespaceIamRoleAuthorizationKey namespaceIamRoleAuthorizationKey)
Get a NamespaceIamRoleAuthorizationEntity by the namespaceIamRoleAuthorizationKey.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceIamRoleAuthorizationEntity |
NamespaceIamRoleAuthorizationDaoImpl.getNamespaceIamRoleAuthorization(NamespaceIamRoleAuthorizationKey namespaceIamRoleAuthorizationKey) |
| Modifier and Type | Field and Description |
|---|---|
protected NamespaceIamRoleAuthorizationKey |
NamespaceIamRoleAuthorization.namespaceIamRoleAuthorizationKey |
protected NamespaceIamRoleAuthorizationKey |
NamespaceIamRoleAuthorizationCreateRequest.namespaceIamRoleAuthorizationKey |
| Modifier and Type | Field and Description |
|---|---|
protected List<NamespaceIamRoleAuthorizationKey> |
NamespaceIamRoleAuthorizationKeys.namespaceIamRoleAuthorizationKeys |
| Modifier and Type | Method and Description |
|---|---|
NamespaceIamRoleAuthorizationKey |
ObjectFactory.createNamespaceIamRoleAuthorizationKey()
Create an instance of
NamespaceIamRoleAuthorizationKey |
NamespaceIamRoleAuthorizationKey |
NamespaceIamRoleAuthorization.getNamespaceIamRoleAuthorizationKey()
Gets the value of the namespaceIamRoleAuthorizationKey property.
|
NamespaceIamRoleAuthorizationKey |
NamespaceIamRoleAuthorizationCreateRequest.getNamespaceIamRoleAuthorizationKey()
Gets the value of the namespaceIamRoleAuthorizationKey property.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceIamRoleAuthorizationKey> |
NamespaceIamRoleAuthorizationKeys.getNamespaceIamRoleAuthorizationKeys()
Gets the value of the namespaceIamRoleAuthorizationKeys property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamespaceIamRoleAuthorization.setNamespaceIamRoleAuthorizationKey(NamespaceIamRoleAuthorizationKey value)
Sets the value of the namespaceIamRoleAuthorizationKey property.
|
void |
NamespaceIamRoleAuthorizationCreateRequest.setNamespaceIamRoleAuthorizationKey(NamespaceIamRoleAuthorizationKey value)
Sets the value of the namespaceIamRoleAuthorizationKey property.
|
| Constructor and Description |
|---|
NamespaceIamRoleAuthorization(long id,
NamespaceIamRoleAuthorizationKey namespaceIamRoleAuthorizationKey,
String iamRoleDescription)
Fully-initialising value constructor
|
NamespaceIamRoleAuthorizationCreateRequest(NamespaceIamRoleAuthorizationKey namespaceIamRoleAuthorizationKey,
String iamRoleDescription)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
NamespaceIamRoleAuthorizationKeys(List<NamespaceIamRoleAuthorizationKey> namespaceIamRoleAuthorizationKeys)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationService.deleteNamespaceIamRoleAuthorization(NamespaceIamRoleAuthorizationKey namespaceIamRoleAuthorizationKey)
Removes IAM roles a namespace has authorizations to use.
|
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationService.getNamespaceIamRoleAuthorization(NamespaceIamRoleAuthorizationKey namespaceIamRoleAuthorizationKey)
Get the IAM roles that a namespace is authorized to use.
|
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationService.updateNamespaceIamRoleAuthorization(NamespaceIamRoleAuthorizationKey namespaceIamRoleAuthorizationKey,
NamespaceIamRoleAuthorizationUpdateRequest request)
Sets the authorizations a namespace has to use IAM roles.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceIamRoleAuthorizationEntity |
NamespaceIamRoleAuthorizationHelper.createNamespaceIamRoleAuthorizationEntity(NamespaceIamRoleAuthorizationKey namespaceIamRoleAuthorizationKey,
String iamRoleDescription)
Creates a new NamespaceIamRoleAuthorizationEntity from the given parameters.
|
void |
NamespaceIamRoleAuthorizationHelper.validateAndTrimNamespaceIamRoleAuthorizationKey(NamespaceIamRoleAuthorizationKey namespaceIamRoleAuthorizationKey)
Validates a namespace IAM role authorization key.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationServiceImpl.deleteNamespaceIamRoleAuthorization(NamespaceIamRoleAuthorizationKey namespaceIamRoleAuthorizationKey) |
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationServiceImpl.getNamespaceIamRoleAuthorization(NamespaceIamRoleAuthorizationKey namespaceIamRoleAuthorizationKey) |
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationServiceImpl.updateNamespaceIamRoleAuthorization(NamespaceIamRoleAuthorizationKey namespaceIamRoleAuthorizationKey,
NamespaceIamRoleAuthorizationUpdateRequest request) |
Copyright © 2021. All rights reserved.