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, wait
skip
protected java.util.Set<Entity> visited
public AttributeAccessVisitor(java.util.Set<Entity> visited)
public void visit(Entity entity, MetaProperty property)
EntityAttributeVisitor
visit
in interface EntityAttributeVisitor
entity
- entity instanceproperty
- meta-property pointing to the visited attribute