void |
ISecurityService.addUserDirectoryToTenant(UUID tenantId,
UUID userDirectoryId) |
Add the user directory to the tenant.
|
void |
SecurityService.addUserDirectoryToTenant(UUID tenantId,
UUID userDirectoryId) |
|
void |
ISecurityService.deleteTenant(UUID tenantId) |
Delete the tenant.
|
void |
SecurityService.deleteTenant(UUID tenantId) |
|
Tenant |
ISecurityService.getTenant(UUID tenantId) |
Retrieve the tenant.
|
Tenant |
SecurityService.getTenant(UUID tenantId) |
|
String |
ISecurityService.getTenantName(UUID tenantId) |
Retrieve the name of the tenant.
|
String |
SecurityService.getTenantName(UUID tenantId) |
|
List<UserDirectory> |
ISecurityService.getUserDirectoriesForTenant(UUID tenantId) |
Retrieve the user directories the tenant is associated with.
|
List<UserDirectory> |
SecurityService.getUserDirectoriesForTenant(UUID tenantId) |
|
List<UUID> |
ISecurityService.getUserDirectoryIdsForTenant(UUID tenantId) |
Retrieve the Universally Unique Identifiers (UUIDs) for the user directories the tenant is
associated with.
|
List<UUID> |
SecurityService.getUserDirectoryIdsForTenant(UUID tenantId) |
|
List<UserDirectorySummary> |
ISecurityService.getUserDirectorySummariesForTenant(UUID tenantId) |
Retrieve the summaries for the user directories the tenant is associated with.
|
List<UserDirectorySummary> |
SecurityService.getUserDirectorySummariesForTenant(UUID tenantId) |
|
void |
ISecurityService.removeUserDirectoryFromTenant(UUID tenantId,
UUID userDirectoryId) |
Remove the user directory from the tenant.
|
void |
SecurityService.removeUserDirectoryFromTenant(UUID tenantId,
UUID userDirectoryId) |
|
void |
ISecurityService.updateTenant(Tenant tenant) |
Update the tenant.
|
void |
SecurityService.updateTenant(Tenant tenant) |
|