Colm O hEigeartaigh created CXF-7839:
----------------------------------------
Summary: 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
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)