| Package | Description |
|---|---|
| oracle.security.idm.IdentityContext |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.addClaim(Claim claim, boolean overwrite)
Populate context with the specified claim, using dictionary associated with the claim.
|
void |
Context.addClaim(SAMLAttribute samlAttr, boolean overwrite)
Populate context with a new claim created from the specified SAML Attribute, using dictionary associated with this context.
|
void |
Context.addClaim(java.lang.String name, java.lang.String value, boolean overwrite)
Populate context with a new claim created from the specified name and value, using dictionary associated with this context.
|