Class MemoryHelper
java.lang.Object
org.apache.fulcrum.security.memory.MemoryHelper
public class MemoryHelper extends Object
This implementation keeps all objects in memory. This is mostly meant to help
with testing and prototyping of ideas.
- Version:
- $Id: MemoryHelper.java 1845861 2018-11-05 22:43:28Z painter $
- Author:
- Eric Pugh
-
Constructor Summary
Constructors Constructor Description MemoryHelper()
-
Method Summary
Modifier and Type Method Description static boolean
checkExists(List<? extends SecurityEntity> securityEntities, String name)
static Integer
getUniqueId()
-
Constructor Details
-
MemoryHelper
public MemoryHelper()
-
-
Method Details
-
getUniqueId
-
checkExists
- Parameters:
securityEntities
- list of security entitiesname
- the name- Returns:
true
if exists
-