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.Claim

Packages that use Claim
oracle.security.idm.IdentityContext   

 

Uses of Claim in oracle.security.idm.IdentityContext

 

Methods in oracle.security.idm.IdentityContext that return Claim
 Claim Context.getClaim(java.lang.String name)
          Return requested claim

 

Methods in oracle.security.idm.IdentityContext that return types with arguments of type Claim
 java.util.Iterator<Claim> Context.getClaims()
          Return an iterator to enumerate all claims in the context

 

Methods in oracle.security.idm.IdentityContext with parameters of type Claim
 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.

 

Constructors in oracle.security.idm.IdentityContext with parameters of type Claim
Claim(Claim claim)
          This constructor instantiates a Claim object from another Claim object

 


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.