Package | Description |
---|---|
org.apache.cxf.rt.security.claims | |
org.apache.cxf.rt.security.saml.claims | |
org.apache.cxf.sts.claims |
Modifier and Type | Method and Description |
---|---|
Claim |
Claim.clone() |
Constructor and Description |
---|
Claim(Claim claim)
Create a clone of the provided claim.
|
Modifier and Type | Class and Description |
---|---|
class |
SAMLClaim
This represents a Claim that is coupled to a SAML Assertion
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessedClaim
This represents a Claim that has been processed by a ClaimsHandler instance.
|
Modifier and Type | Method and Description |
---|---|
Claim |
ClaimsParser.parse(Element claim) |
Claim |
IdentityClaimsParser.parse(Element claim) |
static Claim |
IdentityClaimsParser.parseClaimType(Element claimType) |
Modifier and Type | Method and Description |
---|---|
protected ProcessedClaim |
LdapClaimsHandler.processClaim(Claim claim,
Map<String,Attribute> ldapAttributes,
Principal principal) |
Apache CXF