Package ome.security.auth
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Long>
ownerOfGroups(java.lang.String username, LdapConfig config, org.springframework.ldap.core.LdapOperations ldap, RoleProvider provider, AttributeSet attrSet)
-
-
-
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)
-
-