public class ProxyCleanupFilter
extends ome.util.ContextFilter
Details
objects.8277
Modifier and Type | Class and Description |
---|---|
static class |
ProxyCleanupFilter.Interceptor
wraps a filter for each invocation
|
Modifier and Type | Field and Description |
---|---|
protected ACLVoter |
acl |
protected CurrentDetails |
current |
protected Map |
unloadedObjectCache |
Constructor and Description |
---|
ProxyCleanupFilter()
Passes null to
ProxyCleanupFilter#ProxyCleanupFilter(CurrentDetails)
such that all restricted objects will be unloaded. |
ProxyCleanupFilter(ACLVoter acl,
CurrentDetails current)
Constructor take a
CurrentDetails object in order to check
the security restrictions on certain objects. |
Modifier and Type | Method and Description |
---|---|
protected void |
doFilter(String arg0,
Object arg1) |
Collection |
filter(String fieldId,
Collection c)
iterates over the contents of the collection and filters each.
|
ome.util.Filterable |
filter(String fieldId,
ome.util.Filterable f) |
Map |
filter(String fieldId,
Map m)
filters both the key and value sets of the map.
|
protected Map unloadedObjectCache
protected final ACLVoter acl
protected final CurrentDetails current
public ProxyCleanupFilter()
ProxyCleanupFilter#ProxyCleanupFilter(CurrentDetails)
such that all restricted objects will be unloaded.public ProxyCleanupFilter(ACLVoter acl, CurrentDetails current)
CurrentDetails
object in order to check
the security restrictions on certain objects.public ome.util.Filterable filter(String fieldId, ome.util.Filterable f)
filter
in interface ome.util.Filter
filter
in class ome.util.ContextFilter
public Collection filter(String fieldId, Collection c)
ome.util.ContextFilter
filter
in interface ome.util.Filter
filter
in class ome.util.ContextFilter
public Map filter(String fieldId, Map m)
ome.util.ContextFilter
filter
in interface ome.util.Filter
filter
in class ome.util.ContextFilter
Version: 5.1.2-ice35-b45
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.