| Modifier and Type | Method and Description |
|---|---|
Organization |
APIManagerOrganizationAdapter.getOrg(OrgFilter filter) |
Organization |
APIManagerOrganizationAdapter.getOrgForId(String orgId) |
Organization |
APIManagerOrganizationAdapter.getOrgForName(String orgName) |
| Modifier and Type | Method and Description |
|---|---|
List<Organization> |
APIManagerOrganizationAdapter.getAllOrgs() |
List<Organization> |
APIManagerOrganizationAdapter.getOrgs(OrgFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
APIManagerAPIAdapter.grantClientOrganization(List<Organization> grantAccessToOrgs,
API api,
boolean allOrgs) |
void |
APIManagerAPIAccessAdapter.removeClientOrganization(List<Organization> removingActualOrgs,
String apiId) |
| Modifier and Type | Method and Description |
|---|---|
Organization |
OrganizationDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Constructor and Description |
|---|
OrganizationDeserializer(Class<Organization> organization) |
| Modifier and Type | Method and Description |
|---|---|
Organization |
ClientAppFilter.getOrganization() |
| Modifier and Type | Method and Description |
|---|---|
ClientAppFilter.Builder |
ClientAppFilter.Builder.hasOrganization(Organization organization) |
void |
ClientAppFilter.setOrganization(Organization organization) |
| Modifier and Type | Field and Description |
|---|---|
protected Organization |
API.organization |
| Modifier and Type | Field and Description |
|---|---|
protected List<Organization> |
API.clientOrganizations |
| Modifier and Type | Method and Description |
|---|---|
Organization |
API.getOrganization() |
| Modifier and Type | Method and Description |
|---|---|
List<Organization> |
API.getClientOrganizations() |
| Modifier and Type | Method and Description |
|---|---|
void |
API.setOrganization(Organization organization) |
| Modifier and Type | Method and Description |
|---|---|
void |
API.setClientOrganizations(List<Organization> clientOrganizations) |
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organization.setId(String id) |
Organization |
Organization.setName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Organization |
ClientApplication.getOrganization() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientApplication.setOrganization(Organization organization) |
Copyright © 2020. All rights reserved.