Class TokensResource.Authenticate
- java.lang.Object
-
- com.woorea.openstack.base.client.OpenStackRequest<Token>
-
- com.woorea.openstack.keystone.v3.api.TokensResource.Authenticate
-
- Enclosing class:
- TokensResource
public class TokensResource.Authenticate extends OpenStackRequest<Token>
-
-
Field Summary
Fields Modifier and Type Field Description private Authentication
authentication
-
Constructor Summary
Constructors Constructor Description Authenticate()
Authenticate(Authentication authentication)
-
Method Summary
-
Methods inherited from class com.woorea.openstack.base.client.OpenStackRequest
buildPath, endpoint, endpoint, entity, entity, execute, header, headers, json, method, method, path, path, queryParam, queryParams, request, returnType, returnType, toString
-
-
-
-
Field Detail
-
authentication
private Authentication authentication
-
-
Constructor Detail
-
Authenticate
public Authenticate()
-
Authenticate
public Authenticate(Authentication authentication)
-
-