Class PositiveNegativeItemPaths
- java.lang.Object
-
- com.evolveum.midpoint.security.enforcer.api.PositiveNegativeItemPaths
-
- All Implemented Interfaces:
ShortDumpable
public class PositiveNegativeItemPaths extends Object implements ShortDumpable
- Author:
- semancik
-
-
Constructor Summary
Constructors Constructor Description PositiveNegativeItemPaths()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
collectItemPaths(Collection<? extends ItemPath> newIncludedItems, Collection<? extends ItemPath> newExcludedItems)
protected void
dumpItems(StringBuilder sb, List<? extends ItemPath> items)
protected List<? extends ItemPath>
getExcludedItems()
protected List<? extends ItemPath>
getIncludedItems()
boolean
isAllItems()
boolean
isApplicable(ItemPath nameOnlyItemPath)
void
shortDump(StringBuilder sb)
Show the content of the object intended for diagnostics.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDumpLazily
-
-
-
-
Method Detail
-
isAllItems
public boolean isAllItems()
-
collectItemPaths
protected void collectItemPaths(Collection<? extends ItemPath> newIncludedItems, Collection<? extends ItemPath> newExcludedItems)
-
isApplicable
public boolean isApplicable(ItemPath nameOnlyItemPath)
-
shortDump
public void shortDump(StringBuilder sb)
Description copied from interface:ShortDumpable
Show the content of the object intended for diagnostics. This method is supposed to append a compact, human-readable output in a single line. Unlike toString() method, there is no requirement to identify the actual class or type of the object. It is assumed that the class/type will be obvious from the context in which the output is used.- Specified by:
shortDump
in interfaceShortDumpable
- Parameters:
sb
- StringBuilder to which to a compact one-line content of the object intended for diagnostics by system administrator should be appended.
-
dumpItems
protected void dumpItems(StringBuilder sb, List<? extends ItemPath> items)
-
-