|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.umu.macow.pep.PEPFacade
public class PEPFacade
This class provides the communication among PEP implementations and other entities involved in MACOW including PIP and PDP. User: jmalcaraz@um.es - University Of Murcia
Constructor Summary | |
---|---|
PEPFacade()
|
Method Summary | |
---|---|
void |
publishKnowledge(com.hp.hpl.jena.rdf.model.Model state)
This method will publish the model provided on the Event Manager communication system. |
java.lang.String |
requestAccess(java.lang.String accessAttempt)
This method will process an access attempt by means of a PDP communication and then will return if it is an authorized attempt or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PEPFacade()
Method Detail |
---|
public void publishKnowledge(com.hp.hpl.jena.rdf.model.Model state) throws java.rmi.RemoteException
state
- This is the knowledge to be published
java.rmi.RemoteException
- In case any error occur during communicationspublic java.lang.String requestAccess(java.lang.String accessAttempt) throws java.rmi.RemoteException
accessAttempt
- A CIM representation on RDF of an access attempt.
java.rmi.RemoteException
- In case any error occur during communications
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |