public interface ClaimsParser
Modifier and Type | Method and Description |
---|---|
String |
getSupportedDialect()
This method indicates the claims dialect this Parser can handle.
|
RequestClaim |
parse(Element claim) |
RequestClaim parse(Element claim)
claim
- Element to parse claim request fromString getSupportedDialect()
Apache CXF