public class KeystoneToken extends Object implements Token
| Constructor and Description | 
|---|
| KeystoneToken() | 
| Modifier and Type | Method and Description | 
|---|---|
| KeystoneToken | applyContext(String endpoint,
            AuthStore credentials) | 
| KeystoneToken | applyContext(String endpoint,
            KeystoneAuth credentials) | 
| KeystoneToken | applyContext(String endpoint,
            TokenAuth token) | 
| com.google.common.collect.SortedSetMultimap<String,Service> | getAggregatedCatalog()A Lazy loading Aggregated Service Catalog Mapping. | 
| List<String> | getAuditIds() | 
| String | getCacheIdentifier() | 
| List<? extends KeystoneService> | getCatalog() | 
| KeystoneAuth | getCredentials() | 
| KeystoneDomain | getDomain() | 
| String | getEndpoint() | 
| Date | getExpires() | 
| String | getId() | 
| Date | getIssuedAt() | 
| List<String> | getMethods() | 
| KeystoneProject | getProject() | 
| List<? extends KeystoneRole> | getRoles() | 
| KeystoneUser | getUser() | 
| AuthVersion | getVersion() | 
| void | setEndpoint(String endpoint) | 
| void | setId(String id)sets the id of the token from response header value | 
| String | toString() | 
public void setId(String id)
Tokenpublic Date getExpires()
getExpires in interface Tokenpublic AuthVersion getVersion()
getVersion in interface Tokenpublic Date getIssuedAt()
getIssuedAt in interface Tokenpublic List<String> getAuditIds()
getAuditIds in interface Tokenpublic List<String> getMethods()
getMethods in interface Tokenpublic List<? extends KeystoneService> getCatalog()
getCatalog in interface Tokenpublic KeystoneProject getProject()
getProject in interface Tokenpublic KeystoneDomain getDomain()
public KeystoneUser getUser()
public List<? extends KeystoneRole> getRoles()
public KeystoneAuth getCredentials()
getCredentials in interface Tokenpublic String getEndpoint()
getEndpoint in interface Tokenpublic void setEndpoint(String endpoint)
public KeystoneToken applyContext(String endpoint, KeystoneAuth credentials)
public KeystoneToken applyContext(String endpoint, TokenAuth token)
public KeystoneToken applyContext(String endpoint, AuthStore credentials)
public com.google.common.collect.SortedSetMultimap<String,Service> getAggregatedCatalog()
getAggregatedCatalog in interface Tokenpublic String getCacheIdentifier()
getCacheIdentifier in interface TokenCopyright © 2017. All rights reserved.