org.umu.macow.pdp
Class PDPService

java.lang.Object
  extended by org.umu.macow.pdp.PDPService

public class PDPService
extends java.lang.Object

This class represent PDP Web Service User: jmalcaraz@um.es - University Of Murcia


Constructor Summary
PDPService()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point to PDP Server
 java.lang.String processAccessAttempt(java.lang.String accessAttempt)
          This method process an access attempt and return true in case it is authorzed or false other wise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDPService

public PDPService()
Method Detail

processAccessAttempt

public java.lang.String processAccessAttempt(java.lang.String accessAttempt)
                                      throws java.rmi.RemoteException
This method process an access attempt and return true in case it is authorzed or false other wise

Parameters:
accessAttempt - This is a RDF/XML string that contains a "CIM AccessEvent"
Returns:
true if it is an authorized attempt and false otherwise
Throws:
java.rmi.RemoteException - in case any error occur

main

public static void main(java.lang.String[] args)
Entry point to PDP Server

Parameters:
args - argument to PDP Server