protected class AttributeSecuritySupport.AttributeAccessVisitor extends java.lang.Object implements EntityAttributeVisitor
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<Entity> |
visited |
| Constructor and Description |
|---|
AttributeAccessVisitor(java.util.Set<Entity> visited) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Entity entity,
MetaProperty property)
Visits an entity attribute.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitskipprotected java.util.Set<Entity> visited
public AttributeAccessVisitor(java.util.Set<Entity> visited)
public void visit(Entity entity, MetaProperty property)
EntityAttributeVisitorvisit in interface EntityAttributeVisitorentity - entity instanceproperty - meta-property pointing to the visited attribute