Modifier and Type | Method and Description |
---|---|
Tenant |
TenantService.create(Tenant tenant)
Creates a new Tenant
|
Tenant |
TenantService.get(String tenantId)
Gets detailed information about a specified tenant by ID
|
Tenant |
TenantService.getByName(String tenantName)
Gets detailed information about a specified tenant by name
|
Tenant |
TenantService.update(Tenant tenant)
Updates the tenant (ID must be set within the inbound tenant)
|
Modifier and Type | Method and Description |
---|---|
List<? extends Tenant> |
TenantService.list()
Lists tenants to which the specified token has access.
|
Modifier and Type | Method and Description |
---|---|
Tenant |
TenantService.create(Tenant tenant)
Creates a new Tenant
|
Tenant |
TenantService.update(Tenant tenant)
Updates the tenant (ID must be set within the inbound tenant)
|
Modifier and Type | Method and Description |
---|---|
Tenant |
TokenV2.getTenant() |
Modifier and Type | Method and Description |
---|---|
UserBuilder |
UserBuilder.tenant(Tenant tenant)
Accepts an existing tenant and uses the tenant's id
|
Modifier and Type | Class and Description |
---|---|
class |
KeystoneTenant
Tenant Model class use to group/isolate resources and/or identity objects
|
Modifier and Type | Method and Description |
---|---|
Tenant |
KeystoneTenant.TenantConcreteBuilder.build()
Creates and return the Model Entity M
|
Tenant |
KeystoneToken.getTenant() |
Modifier and Type | Method and Description |
---|---|
TenantBuilder |
KeystoneTenant.TenantConcreteBuilder.from(Tenant in)
Creates a Builder using the param M as the default values
|
UserBuilder |
KeystoneUser.UserConcreteBuilder.tenant(Tenant tenant) |
Modifier and Type | Method and Description |
---|---|
Tenant |
TenantServiceImpl.create(Tenant tenant) |
Tenant |
TenantServiceImpl.get(String tenantId) |
Tenant |
TenantServiceImpl.getByName(String tenantName) |
Tenant |
TenantServiceImpl.update(Tenant tenant) |
Modifier and Type | Method and Description |
---|---|
List<? extends Tenant> |
TenantServiceImpl.list() |
Modifier and Type | Method and Description |
---|---|
Tenant |
TenantServiceImpl.create(Tenant tenant) |
Tenant |
TenantServiceImpl.update(Tenant tenant) |
Copyright © 2017. All rights reserved.