Package org.apache.cxf.sts.claims
Class IdentityClaimsParser
- java.lang.Object
-
- org.apache.cxf.sts.claims.IdentityClaimsParser
-
- All Implemented Interfaces:
ClaimsParser
public class IdentityClaimsParser extends Object implements ClaimsParser
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTITY_CLAIMS_DIALECT
-
Constructor Summary
Constructors Constructor Description IdentityClaimsParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSupportedDialect()Return the supported dialect of this classClaimparse(Element claim)static ClaimparseClaimType(Element claimType)
-
-
-
Field Detail
-
IDENTITY_CLAIMS_DIALECT
public static final String IDENTITY_CLAIMS_DIALECT
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public Claim parse(Element claim)
- Specified by:
parsein interfaceClaimsParser- Parameters:
claim- Element to parse claim request from- Returns:
- Claim parsed from claim
-
getSupportedDialect
public String getSupportedDialect()
Return the supported dialect of this class- Specified by:
getSupportedDialectin interfaceClaimsParser- Returns:
- Name of supported Dialect
-
-