Uses of Class
com.oracle.bmc.identitydomains.model.SettingsTenantCustomClaims
-
Packages that use SettingsTenantCustomClaims Package Description com.oracle.bmc.identitydomains.model -
-
Uses of SettingsTenantCustomClaims in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return SettingsTenantCustomClaims Modifier and Type Method Description SettingsTenantCustomClaims
SettingsTenantCustomClaims.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type SettingsTenantCustomClaims Modifier and Type Method Description List<SettingsTenantCustomClaims>
Setting. getTenantCustomClaims()
Custom claims associated with the specific tenantMethods in com.oracle.bmc.identitydomains.model with parameters of type SettingsTenantCustomClaims Modifier and Type Method Description SettingsTenantCustomClaims.Builder
SettingsTenantCustomClaims.Builder. copy(SettingsTenantCustomClaims model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type SettingsTenantCustomClaims Modifier and Type Method Description Setting.Builder
Setting.Builder. tenantCustomClaims(List<SettingsTenantCustomClaims> tenantCustomClaims)
Custom claims associated with the specific tenant
-