Package ome.security.auth
Interface NewUserGroupBean
-
- All Known Implementing Classes:
AttributeNewUserGroupBean
,OrgUnitNewUserGroupBean
,QueryNewUserGroupBean
public interface NewUserGroupBean
Strategy for finding the appropriate groups for a given user in LDAP.- Since:
- Beta4.2
- See Also:
SecuritySystem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Long>
groups(java.lang.String username, LdapConfig config, org.springframework.ldap.core.LdapOperations ldap, RoleProvider provider, AttributeSet attrSet)
-
-
-
Method Detail
-
groups
java.util.List<java.lang.Long> groups(java.lang.String username, LdapConfig config, org.springframework.ldap.core.LdapOperations ldap, RoleProvider provider, AttributeSet attrSet)
-
-