Uses of Package
org.apache.cxf.sts.claims

Packages that use org.apache.cxf.sts.claims
org.apache.cxf.sts.claims   
org.apache.cxf.sts.operation   
org.apache.cxf.sts.provider   
org.apache.cxf.sts.request   
org.apache.cxf.sts.token.provider   
org.apache.cxf.sts.token.realm   
 

Classes in org.apache.cxf.sts.claims used by org.apache.cxf.sts.claims
Claim
          This represents a Claim that has been processed by a ClaimsHandler instance.
ClaimCollection
          This holds a collection of Claims.
ClaimsHandler
          This interface provides a pluggable way to handle Claims.
ClaimsParameters
          This class encapsulates the parameters that will be passed to a ClaimsHandler instance to to retrieve claims.
ClaimsParser
           
RequestClaim
          This represents a Claim that has been processed by the RequestParser.
RequestClaimCollection
          This holds a collection of RequestClaims.
 

Classes in org.apache.cxf.sts.claims used by org.apache.cxf.sts.operation
ClaimsManager
          This class holds various ClaimsHandler implementations.
RequestClaimCollection
          This holds a collection of RequestClaims.
 

Classes in org.apache.cxf.sts.claims used by org.apache.cxf.sts.provider
ClaimsManager
          This class holds various ClaimsHandler implementations.
 

Classes in org.apache.cxf.sts.claims used by org.apache.cxf.sts.request
ClaimsParser
           
RequestClaimCollection
          This holds a collection of RequestClaims.
 

Classes in org.apache.cxf.sts.claims used by org.apache.cxf.sts.token.provider
ClaimsManager
          This class holds various ClaimsHandler implementations.
RequestClaimCollection
          This holds a collection of RequestClaims.
 

Classes in org.apache.cxf.sts.claims used by org.apache.cxf.sts.token.realm
ClaimsMapper
          This interface defines a pluggable way of mapping claims from a source realm to a target realm.
 



Apache CXF