- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for hasGroup (0.05 seconds)
-
src/main/java/org/codelibs/fess/mylasta/action/FessUserBean.java
.get(stream -> stream.anyMatch(s1 -> stream(acceptedRoles).get(s3 -> s3.anyMatch(s2 -> s2.equals(s1))))); } public boolean hasGroup(final String group) { return stream(user.getGroupNames()).get(stream -> stream.anyMatch(s -> s.equals(group))); } public boolean hasGroups(final String[] acceptedGroups) { return stream(user.getGroupNames())
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Aug 19 14:09:36 GMT 2025 - 5.1K bytes - Click Count (0)