Class IDEntry
- java.lang.Object
- 
- edu.uiuc.ncsa.security.storage.monitored.upkeep.IDEntry
 
- 
- All Implemented Interfaces:
- RuleEntry,- UpkeepConstants
 
 public class IDEntry extends Object implements RuleEntry A single entry for checking an ID. It may be a regexCreated by Jeff Gaynor 
 on 2/16/24 at 9:28 AM
- 
- 
Field Summary- 
Fields inherited from interface edu.uiuc.ncsa.security.storage.monitored.upkeep.UpkeepConstantsACTION_ARCHIVE, ACTION_DELETE, ACTION_NONE, ACTION_RETAIN, ACTION_TEST, TYPE_ACCESSED, TYPE_CREATED, TYPE_MODIFIED, WHEN_AFTER, WHEN_BEFORE, WHEN_NEVER
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapplies(Identifier id, Long created, Long accessed, Long modified)booleanapplies(Monitored monitored)StringgetValue()booleanisNegation()booleanisRegex()voidsetNegation(boolean negation)voidsetRegex(boolean regex)voidsetValue(String value)StringtoString()
 
- 
- 
- 
Constructor Detail- 
IDEntrypublic IDEntry(boolean regex, String value)
 
- 
 - 
Method Detail- 
appliespublic boolean applies(Identifier id, Long created, Long accessed, Long modified) 
 - 
isRegexpublic boolean isRegex() 
 - 
setRegexpublic void setRegex(boolean regex) 
 - 
getValuepublic String getValue() 
 - 
setValuepublic void setValue(String value) 
 - 
isNegationpublic boolean isNegation() 
 - 
setNegationpublic void setNegation(boolean negation) 
 
- 
 
-