Uses of Class
com.oracle.bmc.identitydataplane.model.Tenant
-
Packages that use Tenant Package Description com.oracle.bmc.identitydataplane.model -
-
Uses of Tenant in com.oracle.bmc.identitydataplane.model
Methods in com.oracle.bmc.identitydataplane.model that return Tenant Modifier and Type Method Description Tenant
Tenant.Builder. build()
Tenant
AuthenticationPrincipal. getTenant()
The tenancy object.Tenant
CommonPrincipal. getTenant()
The tenant.Methods in com.oracle.bmc.identitydataplane.model with parameters of type Tenant Modifier and Type Method Description Tenant.Builder
Tenant.Builder. copy(Tenant model)
AuthenticationPrincipal.Builder
AuthenticationPrincipal.Builder. tenant(Tenant tenant)
The tenancy object.CommonPrincipal.Builder
CommonPrincipal.Builder. tenant(Tenant tenant)
The tenant.Constructors in com.oracle.bmc.identitydataplane.model with parameters of type Tenant Constructor Description AuthenticationPrincipal(Tenant tenant, User user)
Deprecated.CommonPrincipal(Tenant tenant, User user)
Deprecated.
-