Interface RoleHierarchyCandidatePredicate

All Superinterfaces:
BiPredicate<BaseRole,BaseRole>
All Known Implementing Classes:
SameTenantRoleHierarchyCandidatePredicate

public interface RoleHierarchyCandidatePredicate extends BiPredicate<BaseRole,BaseRole>
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.