Apache CXF API

org.apache.cxf.sts.claims
Interface ClaimsHandler

All Known Implementing Classes:
LdapClaimsHandler, LdapGroupClaimsHandler, StaticClaimsHandler, StaticEndpointClaimsHandler

public interface ClaimsHandler

This interface provides a pluggable way to handle Claims.


Method Summary
 List<URI> getSupportedClaimTypes()
           
 ProcessedClaimCollection retrieveClaimValues(ClaimCollection claims, ClaimsParameters parameters)
           
 

Method Detail

getSupportedClaimTypes

List<URI> getSupportedClaimTypes()

retrieveClaimValues

ProcessedClaimCollection retrieveClaimValues(ClaimCollection claims,
                                             ClaimsParameters parameters)

Apache CXF API

Apache CXF