Package ome.security.basic
Class PropertyFilterInitializer
- java.lang.Object
-
- ome.security.basic.PropertyFilterInitializer
-
public class PropertyFilterInitializer extends java.lang.Object
Initialize the filters for the subclasses ofPrivilegedStringType
.- Since:
- 5.5.6
-
-
Constructor Summary
Constructors Constructor Description PropertyFilterInitializer(LightAdminPrivileges adminPrivileges, CurrentDetails currentDetails, javax.sql.DataSource dataSource, ome.system.Roles roles)
Provide the property filter implementations forPrivilegedStringType
.
-
-
-
Constructor Detail
-
PropertyFilterInitializer
public PropertyFilterInitializer(LightAdminPrivileges adminPrivileges, CurrentDetails currentDetails, javax.sql.DataSource dataSource, ome.system.Roles roles)
Provide the property filter implementations forPrivilegedStringType
.- Parameters:
adminPrivileges
- the light administrator privileges helpercurrentDetails
- the details of the current thread's security contextdataSource
- the data source to be used for JDBC access to the databaseroles
- the users and groups that are special to OMERO
-
-