[
https://issues.apache.org/jira/browse/CXF-7839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colm O hEigeartaigh resolved CXF-7839.
--------------------------------------
Resolution: Fixed
> Switch Claim claimType from URI to String.
> ------------------------------------------
>
> Key: CXF-7839
> URL: https://issues.apache.org/jira/browse/CXF-7839
> Project: CXF
> Issue Type: Task
> Reporter: Colm O hEigeartaigh
> Assignee: Colm O hEigeartaigh
> Priority: Major
> Fix For: 3.3.0
>
>
> This task is to switch the Claim ClaimType from URI to String. Also to change
> the following method in ClaimsHandler in the STS:
> List<URI> getSupportedClaimTypes();
> to
> List<String> getSupportedClaimTypes();
> The rationale is to make the Claim class more portable so that it works with
> JWT Claims as well.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)