Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Uses of Class
oracle.security.idm.IdentityContext.UnknownClaimException

Packages that use UnknownClaimException
oracle.security.idm.IdentityContext   

 

Uses of UnknownClaimException in oracle.security.idm.IdentityContext

 

Methods in oracle.security.idm.IdentityContext that throw UnknownClaimException
 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.

 

Constructors in oracle.security.idm.IdentityContext that throw UnknownClaimException
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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Copyright © 2013 Oracle. All rights reserved.