org.globus.gridshib.gt.authorization
Class PDPDecision
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PDPDecision
public PDPDecision()
getString
public static String getString(int decisionCode)
Copyright © 2007-2008 University of Illinois. All Rights Reserved.