| Package | Description |
|---|---|
| org.apache.cxf.rt.security.claims | |
| org.apache.cxf.rt.security.saml |
| Modifier and Type | Method and Description |
|---|---|
ClaimCollection |
ClaimsSecurityContext.getClaims() |
| Modifier and Type | Method and Description |
|---|---|
ClaimCollection |
SAMLSecurityContext.getClaims() |
static ClaimCollection |
SAMLUtils.getClaims(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion)
Extract Claims from a SAML Assertion
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Principal> |
SAMLUtils.parseRolesFromClaims(ClaimCollection claims,
String name,
String nameFormat)
Extract roles from the given Claims
|
| Constructor and Description |
|---|
SAMLSecurityContext(Principal principal,
Set<Principal> roles,
ClaimCollection claims) |
Apache CXF