java.lang.Object
org.jclouds.openstack.keystone.auth.domain.TenantOrDomainAndCredentials<T>
public abstract class TenantOrDomainAndCredentials<T>
extends Object
Keystone credentials with tenant. Configure the tenant properties to the
configured context credentials.
-
Nested Class Summary
Nested Classes
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
tenantOrDomainId
@Nullable
public abstract String tenantOrDomainId()
-
tenantOrDomainName
@Nullable
public abstract String tenantOrDomainName()
-
scope
@Nullable
public abstract String scope()
-
projectDomainName
@Nullable
public abstract String projectDomainName()
-
projectDomainId
@Nullable
public abstract String projectDomainId()
-
credentials
public abstract T credentials()
-