| Package | Description | 
|---|---|
| oracle.security.idm.IdentityContext | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Claim | Context. getClaim(java.lang.String name)Return requested claim | 
| ClaimSchema | ClaimDictionary. getClaimSchema(java.lang.String uniqueName)Return schema for a given unique claim name. | 
| Constructor and Description | 
|---|
| Claim(ClaimDictionary dictionary, java.lang.String name, java.lang.String value)This constructor instantiates a Claim object based on specified uniqueName/value and schema associated with the specified dictionary. | 
| Claim(Context context, java.lang.String name, java.lang.String value)This constructor instantiates a Claim object using specified uniqueName/value and schema from the dictionary associated with the specified context. |