public abstract class TenantOrDomainAndCredentials<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TenantOrDomainAndCredentials.Builder<T> |
Modifier and Type | Method and Description |
---|---|
static <T> TenantOrDomainAndCredentials.Builder<T> |
builder() |
abstract T |
credentials() |
abstract String |
scope() |
abstract String |
tenantOrDomainId() |
abstract String |
tenantOrDomainName() |
public abstract T credentials()
public static <T> TenantOrDomainAndCredentials.Builder<T> builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.