org.objectweb.proactive.ext.security
Interface Secure


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 2001-2005 INRIA All Rights Reserved.