[jboss-jira] [JBoss JIRA] (ELY-531) Enhance Roles interface with containsAny(Set<String> roles) and containsAll(Set<String> roles)

Darran Lofthouse (JIRA) issues at jboss.org
Fri May 6 14:17:00 EDT 2016


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)


More information about the jboss-jira mailing list