org.objectweb.proactive.ext.security
Interface Secure

All Known Implementing Classes:
Flower

public interface Secure

Author:
acontes Objects implementing this interface have access to ProActive security methods. Doing this, the object can monitor, check access and, by the way, block some requests

Method Summary
 SecurityContext execute(SecurityContext sc)
           
 SecurityContext receiveRequest(SecurityContext sc)
           
 

Method Detail

receiveRequest

public SecurityContext receiveRequest(SecurityContext sc)

execute

public SecurityContext execute(SecurityContext sc)


Copyright ? October 2004 INRIA All Rights Reserved.