eu.emi.dsr.pdp
Class PDPResult

java.lang.Object
  extended by eu.emi.dsr.pdp.PDPResult

public class PDPResult
extends Object

Wraps a decision which was produced by PDP. UNCLEAR status means DENY, but additionally some extra logging may be performed.

Author:
golbi

Nested Class Summary
static class PDPResult.Decision
           
 
Constructor Summary
PDPResult(PDPResult.Decision decision, String message)
           
 
Method Summary
 PDPResult.Decision getDecision()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDPResult

public PDPResult(PDPResult.Decision decision,
                 String message)
Method Detail

getDecision

public PDPResult.Decision getDecision()

getMessage

public String getMessage()


Copyright © 2012. All Rights Reserved.