Package io.jmix.securityflowui.util
Interface RoleHierarchyCandidatePredicate
- All Superinterfaces:
BiPredicate<BaseRole,BaseRole>
- All Known Implementing Classes:
SameTenantRoleHierarchyCandidatePredicate
Interface to provide predicate to test the possibility to use some role as base for other role.
Accepts the role to be assigned and the target user.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionWraps the genericBiPredicate<BaseRole, BaseRole>inRoleHierarchyCandidatePredicatetype.Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test
-
Method Details
-
of
Wraps the genericBiPredicate<BaseRole, BaseRole>inRoleHierarchyCandidatePredicatetype.
-