@Consumes(value="application/json")
@Path(value="/tenants")
public interface ServiceApi
Modifier and Type | Method and Description |
---|---|
Set<Tenant> |
listTenants()
The operation returns a list of tenants which the current token provides access to.
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.