Examples of CloudIdentityApiMetadata


Examples of org.jclouds.rackspace.cloudidentity.v2_0.CloudIdentityApiMetadata

@Test(groups = "unit", testName = "CloudIdentityApiMetadataTest")
public class CloudIdentityApiMetadataTest extends BaseRestApiMetadataTest {

   // no identity abstraction, yet
   public CloudIdentityApiMetadataTest() {
      super(new CloudIdentityApiMetadata(), ImmutableSet.<TypeToken<? extends View>> of());
   }
View Full Code Here

Examples of org.jclouds.rackspace.cloudidentity.v2_0.CloudIdentityApiMetadata

@Test(groups = "unit", testName = "CloudIdentityApiMetadataTest")
public class CloudIdentityApiMetadataTest extends BaseRestApiMetadataTest {

   // no identity abstraction, yet
   public CloudIdentityApiMetadataTest() {
      super(new CloudIdentityApiMetadata(), ImmutableSet.<TypeToken<? extends View>> of());
   }
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.