Uses of Class
org.jclouds.openstack.keystone.auth.domain.TokenCredentials
- 
- 
Uses of TokenCredentials in org.jclouds.openstack.keystone.auth
Method parameters in org.jclouds.openstack.keystone.auth with type arguments of type TokenCredentials Modifier and Type Method Description AuthInfoAuthenticationApi. authenticateToken(TenantOrDomainAndCredentials<TokenCredentials> credentials) - 
Uses of TokenCredentials in org.jclouds.openstack.keystone.auth.domain
Methods in org.jclouds.openstack.keystone.auth.domain that return TokenCredentials Modifier and Type Method Description abstract TokenCredentialsTokenCredentials.Builder. build()static TokenCredentialsTokenCredentials. create(String id) - 
Uses of TokenCredentials in org.jclouds.openstack.keystone.auth.functions
Methods in org.jclouds.openstack.keystone.auth.functions that return TokenCredentials Modifier and Type Method Description TokenCredentialsAuthenticateTokenCredentials. createCredentials(String identity, String credential)Method parameters in org.jclouds.openstack.keystone.auth.functions with type arguments of type TokenCredentials Modifier and Type Method Description AuthInfoAuthenticateTokenCredentials. authenticate(TenantOrDomainAndCredentials<TokenCredentials> credentials) - 
Uses of TokenCredentials in org.jclouds.openstack.keystone.v3.auth
Method parameters in org.jclouds.openstack.keystone.v3.auth with type arguments of type TokenCredentials Modifier and Type Method Description TokenV3AuthenticationApi. authenticateToken(TenantOrDomainAndCredentials<TokenCredentials> credentials) - 
Uses of TokenCredentials in org.jclouds.openstack.keystone.v3.binders
Method parameters in org.jclouds.openstack.keystone.v3.binders with type arguments of type TokenCredentials Modifier and Type Method Description protected AuthBindTokenAuthToJsonPayload. buildAuth(TenantOrDomainAndCredentials<TokenCredentials> credentials, Object scope) 
 -