Class EntityPathSelectorFactory.EntityPathSelector

java.lang.Object
ch.tocco.nice2.persist.security.api.provider.EntityPathSelectorFactory.EntityPathSelector
All Implemented Interfaces:
EntityBasedSelector, Selector, Serializable
Enclosing class:
EntityPathSelectorFactory

public static class EntityPathSelectorFactory.EntityPathSelector extends Object implements EntityBasedSelector
Selects EntityPath objects. If the entity name equals the entity model in the path and the field is contained in this selector, the object is selected. If inverse is true, all fields are selected which are not contained in this selector.
See Also:
  • Constructor Details

    • EntityPathSelector

      public EntityPathSelector(String entityName, Set<String> pathNames)
  • Method Details