| Package | Description |
|---|---|
| oracle.security.idm.IdentityContext |
| Modifier and Type | Method and Description |
|---|---|
Claim |
Context.getClaim(java.lang.String name)
Return requested claim
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Claim> |
Context.getClaims()
Return an iterator to enumerate all claims in the context
|
| 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.
|
boolean |
Claim.equals(Claim claim)
Compares two claims for equality.
|
| Constructor and Description |
|---|
Claim(Claim claim)
This constructor instantiates a Claim object from another Claim object
|