Interface ClientManagerRemote
- All Known Subinterfaces:
ClientManagerLocal
public interface ClientManagerRemote
Remote interface for a client manager for working with tenant.
-
Method Summary
Modifier and TypeMethodDescriptioncreateClient(Client client) removeClient(Client client) updateClient(Client client)
-
Method Details
-
getClients
- Returns:
- List of clients (tenants) in the current publishing server instance.
-
createClient
- Returns:
- client that has been created, containing new identifier
-
removeClient
- Returns:
- Client that has been removed (detached)
-
updateClient
- Returns:
- Client that has been updated
-
getDefaultClient
String getDefaultClient()- Returns:
- Name of the default client (tenant), i.e. the tenant with ID=1
-