Interface NewUserGroupOwnerBean

  • All Known Implementing Classes:
    QueryNewUserGroupBean

    public interface NewUserGroupOwnerBean
    Strategy for finding the appropriate group owners for a given user in LDAP.
    Since:
    5.1.2
    See Also:
    NewUserGroupBean
    • Method Detail

      • ownerOfGroups

        java.util.List<java.lang.Long> ownerOfGroups​(java.lang.String username,
                                                     LdapConfig config,
                                                     org.springframework.ldap.core.LdapOperations ldap,
                                                     RoleProvider provider,
                                                     AttributeSet attrSet)