Uses of Class
org.apache.cxf.rt.security.claims.ClaimCollection
-
-
Uses of ClaimCollection in org.apache.cxf.rs.security.jose.jaxrs
Methods in org.apache.cxf.rs.security.jose.jaxrs that return ClaimCollection Modifier and Type Method Description ClaimCollectionJwtTokenSecurityContext. getClaims() -
Uses of ClaimCollection in org.apache.cxf.rs.security.oauth2.grants.saml
Methods in org.apache.cxf.rs.security.oauth2.grants.saml that return ClaimCollection Modifier and Type Method Description ClaimCollectionSamlUserSubject. getClaims()Constructors in org.apache.cxf.rs.security.oauth2.grants.saml with parameters of type ClaimCollection Constructor Description SamlUserSubject(String user, List<String> roles, ClaimCollection claims) -
Uses of ClaimCollection in org.apache.cxf.rs.security.saml.authorization
Methods in org.apache.cxf.rs.security.saml.authorization that return ClaimCollection Modifier and Type Method Description protected ClaimCollectionSecurityContextProviderImpl. getClaims(org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper)Methods in org.apache.cxf.rs.security.saml.authorization with parameters of type ClaimCollection Modifier and Type Method Description protected SecurityContextSecurityContextProviderImpl. doGetSecurityContext(Message message, Subject subject, ClaimCollection claims)protected SubjectSecurityContextProviderImpl. getSubject(Message message, org.apache.wss4j.common.saml.SamlAssertionWrapper wrapper, ClaimCollection claims)protected StringSecurityContextProviderImpl. getSubjectPrincipalName(Subject subject, ClaimCollection claims) -
Uses of ClaimCollection in org.apache.cxf.rt.security.claims
Methods in org.apache.cxf.rt.security.claims that return ClaimCollection Modifier and Type Method Description ClaimCollectionClaimsSecurityContext. getClaims() -
Uses of ClaimCollection in org.apache.cxf.rt.security.saml.claims
Methods in org.apache.cxf.rt.security.saml.claims that return ClaimCollection Modifier and Type Method Description ClaimCollectionSAMLSecurityContext. getClaims()Constructors in org.apache.cxf.rt.security.saml.claims with parameters of type ClaimCollection Constructor Description SAMLSecurityContext(Principal principal, Set<Principal> roles, ClaimCollection claims) -
Uses of ClaimCollection in org.apache.cxf.rt.security.saml.utils
Methods in org.apache.cxf.rt.security.saml.utils that return ClaimCollection Modifier and Type Method Description static ClaimCollectionSAMLUtils. getClaims(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion)Extract Claims from a SAML AssertionMethods in org.apache.cxf.rt.security.saml.utils with parameters of type ClaimCollection Modifier and Type Method Description static Set<Principal>SAMLUtils. parseRolesFromClaims(ClaimCollection claims, String name, String nameFormat)Extract roles from the given Claims -
Uses of ClaimCollection in org.apache.cxf.sts.claims
Methods in org.apache.cxf.sts.claims with parameters of type ClaimCollection Modifier and Type Method Description ProcessedClaimCollectionClaimsHandler. retrieveClaimValues(ClaimCollection claims, ClaimsParameters parameters)ProcessedClaimCollectionClaimsManager. retrieveClaimValues(ClaimCollection primaryClaims, ClaimCollection secondaryClaims, ClaimsParameters parameters)ProcessedClaimCollectionClaimsManager. retrieveClaimValues(ClaimCollection claims, ClaimsParameters parameters)ProcessedClaimCollectionLdapClaimsHandler. retrieveClaimValues(ClaimCollection claims, ClaimsParameters parameters)ProcessedClaimCollectionLdapGroupClaimsHandler. retrieveClaimValues(ClaimCollection claims, ClaimsParameters parameters)ProcessedClaimCollectionStaticClaimsHandler. retrieveClaimValues(ClaimCollection claims, ClaimsParameters parameters)ProcessedClaimCollectionStaticEndpointClaimsHandler. retrieveClaimValues(ClaimCollection claims, ClaimsParameters parameters) -
Uses of ClaimCollection in org.apache.cxf.sts.request
Methods in org.apache.cxf.sts.request that return ClaimCollection Modifier and Type Method Description ClaimCollectionTokenRequirements. getPrimaryClaims()ClaimCollectionTokenRequirements. getSecondaryClaims()Methods in org.apache.cxf.sts.request with parameters of type ClaimCollection Modifier and Type Method Description voidTokenRequirements. setPrimaryClaims(ClaimCollection primaryClaims)voidTokenRequirements. setSecondaryClaims(ClaimCollection secondaryClaims) -
Uses of ClaimCollection in org.apache.cxf.sts.token.provider
Methods in org.apache.cxf.sts.token.provider that return ClaimCollection Modifier and Type Method Description ClaimCollectionTokenProviderParameters. getRequestedPrimaryClaims()ClaimCollectionTokenProviderParameters. getRequestedSecondaryClaims()Methods in org.apache.cxf.sts.token.provider with parameters of type ClaimCollection Modifier and Type Method Description voidTokenProviderParameters. setRequestedPrimaryClaims(ClaimCollection requestedPrimaryClaims)voidTokenProviderParameters. setRequestedSecondaryClaims(ClaimCollection requestedSecondaryClaims)
-