Examples of TenantsResource


Examples of com.woorea.openstack.keystone.api.TenantsResource

  private final EndpointsResource ENDPOINTS;
 
  public Keystone(String endpoint, OpenStackClientConnector connector) {
    super(endpoint, connector);
    TOKENS = new TokensResource(this);
    TENANTS = new TenantsResource(this);
    USERS = new UsersResource(this);
    ROLES = new RolesResource(this);
    SERVICES = new ServicesResource(this);
    ENDPOINTS = new EndpointsResource(this);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.