Package org.apache.cxf.sts.claims
Class IdentityClaimsParser
java.lang.Object
org.apache.cxf.sts.claims.IdentityClaimsParser
- All Implemented Interfaces:
ClaimsParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the supported dialect of this classstatic ClaimparseClaimType(Element claimType)
-
Field Details
-
IDENTITY_CLAIMS_DIALECT
- See Also:
-
-
Constructor Details
-
IdentityClaimsParser
public IdentityClaimsParser()
-
-
Method Details
-
parse
- Specified by:
parsein interfaceClaimsParser- Parameters:
claim- Element to parse claim request from- Returns:
- Claim parsed from claim
-
parseClaimType
-
getSupportedDialect
Return the supported dialect of this class- Specified by:
getSupportedDialectin interfaceClaimsParser- Returns:
- Name of supported Dialect
-