Package org.openstack4j.api.identity.v3
Class KeystoneTokenlessTest
- java.lang.Object
-
- org.openstack4j.api.AbstractTest
-
- org.openstack4j.api.identity.v3.KeystoneTokenlessTest
-
public class KeystoneTokenlessTest extends AbstractTest
Tests the Identity/Keystone API version 3 Keystone tokenless
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.api.AbstractTest
AbstractTest.Service
-
-
Field Summary
-
Fields inherited from class org.openstack4j.api.AbstractTest
JSON_ACCESS, JSON_TOKEN, osv2, osv3, server, TOKEN_ID
-
-
Constructor Summary
Constructors Constructor Description KeystoneTokenlessTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpass_headers_Test()check headers whether right from requestprotected AbstractTest.Serviceservice()-
Methods inherited from class org.openstack4j.api.AbstractTest
afterTest, associateClientV2, associateClientV3, authURL, getResource, osv2, osv3, respondWith, respondWith, respondWith, respondWith, respondWith, respondWithCodeAndResource, respondWithHeaderAndResource, startServer, takeRequest
-
-
-
-
Method Detail
-
pass_headers_Test
public void pass_headers_Test() throws Exceptioncheck headers whether right from request- Throws:
Exception
-
service
protected AbstractTest.Service service()
- Specified by:
servicein classAbstractTest- Returns:
- the service the API is using
-
-