| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Field and Description |
|---|---|
protected List<NamespaceIamRoleAuthorization> |
NamespaceIamRoleAuthorizations.namespaceIamRoleAuthorizations |
| Modifier and Type | Method and Description |
|---|---|
NamespaceIamRoleAuthorization |
ObjectFactory.createNamespaceIamRoleAuthorization()
Create an instance of
NamespaceIamRoleAuthorization |
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceIamRoleAuthorization> |
NamespaceIamRoleAuthorizations.getNamespaceIamRoleAuthorizations()
Gets the value of the namespaceIamRoleAuthorizations property.
|
| Constructor and Description |
|---|
NamespaceIamRoleAuthorizations(List<NamespaceIamRoleAuthorization> namespaceIamRoleAuthorizations)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationRestController.createNamespaceIamRoleAuthorization(NamespaceIamRoleAuthorizationCreateRequest request)
Authorizes a namespace to use IAM roles.
|
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationRestController.deleteNamespaceIamRoleAuthorization(String namespace)
Removes IAM roles a namespace has authorizations to use.
|
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationRestController.getNamespaceIamRoleAuthorization(String namespace)
Get the IAM roles that a namespace is authorized to use.
|
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationRestController.updateNamespaceIamRoleAuthorization(String namespace,
NamespaceIamRoleAuthorizationUpdateRequest request)
Sets the authorizations a namespace has to use IAM roles.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationService.createNamespaceIamRoleAuthorization(NamespaceIamRoleAuthorizationCreateRequest request)
Authorizes a namespace to use IAM roles.
|
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationService.deleteNamespaceIamRoleAuthorization(String namespace)
Removes IAM roles a namespace has authorizations to use.
|
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationService.getNamespaceIamRoleAuthorization(String namespace)
Get the IAM roles that a namespace is authorized to use.
|
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationService.updateNamespaceIamRoleAuthorization(String namespace,
NamespaceIamRoleAuthorizationUpdateRequest request)
Sets the authorizations a namespace has to use IAM roles.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationServiceImpl.createNamespaceIamRoleAuthorization(NamespaceIamRoleAuthorizationCreateRequest request) |
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationServiceImpl.deleteNamespaceIamRoleAuthorization(String namespace) |
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationServiceImpl.getNamespaceIamRoleAuthorization(String namespace) |
NamespaceIamRoleAuthorization |
NamespaceIamRoleAuthorizationServiceImpl.updateNamespaceIamRoleAuthorization(String namespace,
NamespaceIamRoleAuthorizationUpdateRequest request) |
Copyright © 2019. All rights reserved.