org.glite.security.authz
Class AuthzConstants

java.lang.Object
  extended byorg.glite.security.authz.AuthzConstants

public class AuthzConstants
extends java.lang.Object

Constants collection.


Field Summary
static java.lang.String ACTION
          Custom action that can be set in a MessageContext used to check pdp authorization.
 
Constructor Summary
AuthzConstants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION

public static final java.lang.String ACTION
Custom action that can be set in a MessageContext used to check pdp authorization. The type should be QName.

See Also:
Constant Field Values
Constructor Detail

AuthzConstants

public AuthzConstants()