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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDENTITY_CLAIMS_DIALECT
public static final String IDENTITY_CLAIMS_DIALECT
- See Also:
- Constant Field Values
IdentityClaimsParser
public IdentityClaimsParser()
parse
public Claim parse(Element claim)
- Specified by:
parse
in interface ClaimsParser
- Parameters:
claim
- Element to parse claim request from
- Returns:
- Claim parsed from claim
parseClaimType
public static Claim parseClaimType(Element claimType)
getSupportedDialect
public String getSupportedDialect()
- Return the supported dialect of this class
- Specified by:
getSupportedDialect
in interface ClaimsParser
- Returns:
- Name of supported Dialect
Apache CXF