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 ClaimsParser
claim
- Element to parse claim request frompublic static RequestClaim parseClaimType(Element claimType)
public String getSupportedDialect()
getSupportedDialect
in interface ClaimsParser
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.