public class IdentityClaimsParser extends Object implements ClaimsParser
Modifier and Type | Field and Description |
---|---|
static String |
IDENTITY_CLAIMS_DIALECT |
Constructor and Description |
---|
IdentityClaimsParser() |
Modifier and Type | Method and Description |
---|---|
String |
getSupportedDialect()
Return the supported dialect of this class
|
Claim |
parse(Element claim) |
static Claim |
parseClaimType(Element claimType) |
public static final String IDENTITY_CLAIMS_DIALECT
public Claim parse(Element claim)
parse
in interface ClaimsParser
claim
- Element to parse claim request frompublic String getSupportedDialect()
getSupportedDialect
in interface ClaimsParser
Apache CXF