Apache CXF API

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
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
           
ProcessedClaim
          This represents a Claim that has been processed by a ClaimsHandler instance.
ProcessedClaimCollection
          This holds a collection of Claims that have been processed by a ClaimsHandler implementation
 

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

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
           
 

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

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 API

Apache CXF