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
|
RequestClaim |
parse(Element claim) |
static RequestClaim |
parseClaimType(Element claimType) |
public static final String IDENTITY_CLAIMS_DIALECT
public RequestClaim parse(Element claim)
parse in interface ClaimsParserclaim - Element to parse claim request frompublic static RequestClaim parseClaimType(Element claimType)
public String getSupportedDialect()
getSupportedDialect in interface ClaimsParserApache CXF