Class TokenAuthentication
- java.lang.Object
-
- com.woorea.openstack.keystone.model.Authentication
-
- com.woorea.openstack.keystone.model.authentication.TokenAuthentication
-
- All Implemented Interfaces:
java.io.Serializable
public class TokenAuthentication extends Authentication
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TokenAuthentication.Token
-
Field Summary
Fields Modifier and Type Field Description private TokenAuthentication.Token
token
-
Constructor Summary
Constructors Constructor Description TokenAuthentication(java.lang.String token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenAuthentication.Token
getToken()
void
setToken(TokenAuthentication.Token token)
-
Methods inherited from class com.woorea.openstack.keystone.model.Authentication
getTenantId, getTenantName, setTenantId, setTenantName
-
-
-
-
Field Detail
-
token
private TokenAuthentication.Token token
-
-
Method Detail
-
getToken
public TokenAuthentication.Token getToken()
- Returns:
- the token
-
setToken
public void setToken(TokenAuthentication.Token token)
- Parameters:
token
- the token to set
-
-