Re: Sequence and "am" attribute

Shash Chatterjee <[email protected]> Sat, 24 Sep 2005 09:53:32 -0500
Newsgroups gmane.comp.java.keel.devel
Message-ID <[email protected]>
> So, even if "am" attribute is never used explicitly in Sequence.java, 
> it can be used by KeelServiceManager?
Yes.  Look in 
keel-container/org.keel.services.authorization.lifecycle.AuthorizationLifecycleCreateExtension.java 
(lines 40-55).  This is used to determine which AuthorizationManager to 
use when authorizing the component being created.  Then look in 
keel-container.org.keel.core.container.KeelServiceManagerImpl.java 
(lines 109-124).  This is when the AuthorizationManager is used to check 
for allowed access.