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