Uses of Class
org.apache.cxf.rt.security.claims.ClaimCollection

Packages that use ClaimCollection
org.apache.cxf.rt.security.claims   
org.apache.cxf.rt.security.saml   
 

Uses of ClaimCollection in org.apache.cxf.rt.security.claims
 

Methods in org.apache.cxf.rt.security.claims that return ClaimCollection
 ClaimCollection ClaimsSecurityContext.getClaims()
           
 

Uses of ClaimCollection in org.apache.cxf.rt.security.saml
 

Methods in org.apache.cxf.rt.security.saml that return ClaimCollection
 ClaimCollection SAMLSecurityContext.getClaims()
           
static ClaimCollection SAMLUtils.getClaims(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion)
          Extract Claims from a SAML Assertion
 

Methods in org.apache.cxf.rt.security.saml with parameters of type ClaimCollection
static Set<Principal> SAMLUtils.parseRolesFromClaims(ClaimCollection claims, String name, String nameFormat)
          Extract roles from the given Claims
 

Constructors in org.apache.cxf.rt.security.saml with parameters of type ClaimCollection
SAMLSecurityContext(Principal principal, Set<Principal> roles, ClaimCollection claims)
           
 



Apache CXF