ome.security.auth
Class QueryNewUserGroupBean
java.lang.Object
ome.security.auth.QueryNewUserGroupBean
- All Implemented Interfaces:
- NewUserGroupBean
public class QueryNewUserGroupBean
- extends Object
- implements NewUserGroupBean
Handles the ":query:" specifier from etc/omero.properties.
The string following ":query:" is interpreted as an LDAP query to be run in
combination with the "omero.ldap.group_filter" value. Properties of the form
"${}" will be replaced with found user properties.
- Since:
- Beta4.2
- Author:
- Josh Moore, josh at glencoesoftware.com
- See Also:
SecuritySystem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryNewUserGroupBean
public QueryNewUserGroupBean(String grpSpec)
groups
public List<Long> groups(String username,
LdapConfig config,
org.springframework.ldap.core.LdapOperations ldap,
RoleProvider provider,
AttributeSet attrSet)
- Specified by:
groups
in interface NewUserGroupBean
OmeroJava Api
Version: 4.3.4-dbcbce5a-b4
Copyright © 2009 The University of Dundee. All Rights Reserved.