Package org.apache.cxf.sts.claims
Interface ClaimsParser
- All Known Implementing Classes:
IdentityClaimsParser
public interface ClaimsParser
-
Method Summary
Modifier and TypeMethodDescriptionThis method indicates the claims dialect this Parser can handle.
-
Method Details
-
parse
- Parameters:
claim- Element to parse claim request from- Returns:
- Claim parsed from claim
-
getSupportedDialect
String getSupportedDialect()This method indicates the claims dialect this Parser can handle.- Returns:
- Name of supported Dialect
-