Package ch.tocco.nice2.security.impl
Class DefaultGuardFactory
java.lang.Object
ch.tocco.nice2.security.impl.DefaultGuardFactory
- All Implemented Interfaces:
- GuardFactory
Default 
GuardFactory implementation which supports every object and creates a DefaultListGuard.- 
Constructor SummaryConstructorsConstructorDescriptionDefaultGuardFactory(org.slf4j.Logger logger, SecurityManager securityManager) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.security.api.GuardFactorypriority
- 
Constructor Details- 
DefaultGuardFactory
 
- 
- 
Method Details- 
supports- Specified by:
- supportsin interface- GuardFactory
- Returns:
- the indices of the secured list that are supported by this factory
 
- 
createGuard- Specified by:
- createGuardin interface- GuardFactory
- Returns:
- a Guardfor the given secured object
 
 
-