return getConfigurationContext().getServicesCache().asMap().values().stream().sorted(Comparator.naturalOrder()); | return getConfigurationContext().getServicesCache().asMap().values().stream().sorted(Comparator.naturalOrder()).collect(Collectors.toList()); | getConfigurationContext().getServicesCache().asMap().values().stream().sorted(Comparator.naturalOrder()) | getConfigurationContext().getServicesCache().asMap().values().stream().sorted(Comparator.naturalOrder()).collect(Collectors.toList()) | cas | d55a3105abf06754e662e3385d6e035871d40852 | org.apereo.cas.services.DefaultServicesManager | | _1 | getCandidateServicesToMatch |
---|
_2 | getCandidateServicesToMatch |
---|
| v0 | getConfigurationContext().getServicesCache().asMap().values().stream().sorted(Comparator.naturalOrder()) |
---|
| | v0 | getConfigurationContext().getServicesCache().asMap().values().stream().sorted(Comparator.naturalOrder()) |
---|
| Returns | True |