Class UserSpecifications
java.lang.Object
com.bluebell.greenhouse.radicle.specifications.security.UserSpecifications
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<User> hasAnyRole(List<String> roles) Filters by any of the provided user roles.static org.springframework.data.jpa.domain.Specification<User> hasDisabledState(Boolean disabled) Filters by disabled state.static org.springframework.data.jpa.domain.Specification<User> matchesQuery(String query) Filters by a free-text query across the user's visible identity fields.
-
Method Details
-
hasDisabledState
-
matchesQuery
-
hasAnyRole
-