Uses of Interface
io.dialob.security.tenant.Tenant
-
Packages that use Tenant Package Description io.dialob.security.tenant -
-
Uses of Tenant in io.dialob.security.tenant
Classes in io.dialob.security.tenant that implement Tenant Modifier and Type Class Description classImmutableTenantImmutable implementation ofTenant.Fields in io.dialob.security.tenant declared as Tenant Modifier and Type Field Description static TenantResysSecurityConstants. DEFAULT_TENANTMethods in io.dialob.security.tenant that return Tenant Modifier and Type Method Description TenantCurrentTenant. get()TenantFixedCurrentTenant. get()TenantTenantContextHolderCurrentTenant. get()Methods in io.dialob.security.tenant with parameters of type Tenant Modifier and Type Method Description static ImmutableTenantImmutableTenant. copyOf(Tenant instance)Creates an immutable copy of aTenantvalue.ImmutableTenant.BuilderImmutableTenant.Builder. from(Tenant instance)Fill a builder with attribute values from the providedTenantinstance.static voidTenantContextHolderCurrentTenant. runInTenantContext(Tenant tenant, Runnable runnable)static voidTenantContextHolderCurrentTenant. setTenant(Tenant tenant)Constructors in io.dialob.security.tenant with parameters of type Tenant Constructor Description FixedCurrentTenant(Tenant tenant)
-