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 AuthInfo
AuthenticationApi. 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 TokenCredentials
TokenCredentials.Builder. build()
static TokenCredentials
TokenCredentials. 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 TokenCredentials
AuthenticateTokenCredentials. 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 AuthInfo
AuthenticateTokenCredentials. 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 Token
V3AuthenticationApi. 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 Auth
BindTokenAuthToJsonPayload. buildAuth(TenantOrDomainAndCredentials<TokenCredentials> credentials, Object scope)
-