Package | Description |
---|---|
com.oracle.bmc.identitydataplane.model |
Modifier and Type | Method and Description |
---|---|
Claim |
Claim.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Claim> |
Principal.getClaims()
The set of claims for this principal.
|
Modifier and Type | Method and Description |
---|---|
Claim.Builder |
Claim.Builder.copy(Claim model) |
Modifier and Type | Method and Description |
---|---|
Principal.Builder |
Principal.Builder.claims(List<Claim> claims)
The set of claims for this principal.
|
Constructor and Description |
---|
Principal(String subjectId,
String tenantId,
List<Claim> claims)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.