org.globus.gridshib.gt.authorization
Class PDPDecision

java.lang.Object
  extended by org.globus.gridshib.gt.authorization.PDPDecision

public class PDPDecision
extends Object

A superset of the decisions possible in the old and new authorization frameworks. The old-API wrapper should return 'true' for PERMIT and 'false' for the rest.


Field Summary
static int DENY
           
static int INDETERMINATE
           
static int NOT_APPLICABLE
           
static int PERMIT
           
 
Constructor Summary
PDPDecision()
           
 
Method Summary
static String getString(int decisionCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PERMIT

public static final int PERMIT
See Also:
Constant Field Values

INDETERMINATE

public static final int INDETERMINATE
See Also:
Constant Field Values

NOT_APPLICABLE

public static final int NOT_APPLICABLE
See Also:
Constant Field Values

DENY

public static final int DENY
See Also:
Constant Field Values
Constructor Detail

PDPDecision

public PDPDecision()
Method Detail

getString

public static String getString(int decisionCode)


Copyright © 2007-2008 University of Illinois. All Rights Reserved.