public class DirectObjectSecurityManagerImpl extends Object implements DirectObjectSecurityManager
| Constructor and Description | 
|---|
| DirectObjectSecurityManagerImpl(WebApp webapp,
                               Querier querier) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasAccess(Persistable persistable)Returns true if the object is accessible | 
| boolean | hasAccess(Persistable persistable,
         int depth) | 
| void | threadDismissed(Thread t)Called when a thread leaves JWIG. | 
| void | threadDispatched(Thread t)Called when a new thread enters the JWIG framework through the dispatcher. | 
public boolean hasAccess(Persistable persistable)
DirectObjectSecurityManagerhasAccess in interface DirectObjectSecurityManagerpublic boolean hasAccess(Persistable persistable, int depth)
public void threadDismissed(Thread t)
DispatchListenerDispatchListener.threadDispatched(Thread) can be assumed to have been called with the thread
 before this method is calledthreadDismissed in interface DispatchListenerpublic void threadDispatched(Thread t)
DispatchListenerthreadDispatched in interface DispatchListenerCopyright © 2008-2012 Anders Møller & Mathias Schwarz.