Uses of Class
com.oracle.bmc.identitydataplane.model.Claim
-
Packages that use Claim Package Description com.oracle.bmc.identitydataplane.model -
-
Uses of Claim in com.oracle.bmc.identitydataplane.model
Methods in com.oracle.bmc.identitydataplane.model that return Claim Modifier and Type Method Description Claim
Claim.Builder. build()
Methods in com.oracle.bmc.identitydataplane.model that return types with arguments of type Claim Modifier and Type Method Description List<Claim>
Principal. getClaims()
The set of claims for this principal.Methods in com.oracle.bmc.identitydataplane.model with parameters of type Claim Modifier and Type Method Description Claim.Builder
Claim.Builder. copy(Claim model)
Method parameters in com.oracle.bmc.identitydataplane.model with type arguments of type Claim Modifier and Type Method Description Principal.Builder
Principal.Builder. claims(List<Claim> claims)
The set of claims for this principal.Constructor parameters in com.oracle.bmc.identitydataplane.model with type arguments of type Claim Constructor Description Principal(String subjectId, String tenantId, List<Claim> claims)
Deprecated.
-