| Package | Description |
|---|---|
| oracle.security.idm.IdentityContext |
| 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.
|