Darran Lofthouse created ELY-531:
------------------------------------
Summary: Enhance Roles interface with containsAny(Set<String> roles)
and containsAll(Set<String> roles)
Key: ELY-531
URL:
https://issues.jboss.org/browse/ELY-531
Project: WildFly Elytron
Issue Type: Feature Request
Components: API / SPI
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.1.0.Beta6
A custom role decoder may have provided a custom Roles implementation that lazily loads
roles as required or even send off all contains requests to a remote service. Additional
contains methods will allow those two to be optimised.
Default implementations should just iteratively call contains which is what any external
caller would have to do at this point anyway.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)