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
|
org.apache.cxf.rt.security.claims.Claim |
parse(Element claim) |
static org.apache.cxf.rt.security.claims.Claim |
parseClaimType(Element claimType) |
public static final String IDENTITY_CLAIMS_DIALECT
public org.apache.cxf.rt.security.claims.Claim parse(Element claim)
parse
in interface ClaimsParser
claim
- Element to parse claim request frompublic static org.apache.cxf.rt.security.claims.Claim parseClaimType(Element claimType)
public String getSupportedDialect()
getSupportedDialect
in interface ClaimsParser
Copyright © 2021 JBoss by Red Hat. All rights reserved.