org.glite.security.voms.request
Class DenyEvent

java.lang.Object
  extended byorg.glite.security.voms.request.Event
      extended byorg.glite.security.voms.request.DenyEvent

public class DenyEvent
extends Event

An event for denying requests. This event is generated by a VO administrator refusing to accept the request. Its only parameter is the textual comment that was given by the administrator. The event usually pushes the request to CheckedRequest.DeniedState (or equivalent).

Author:
Karoly Lorentey

Field Summary
 
Fields inherited from class org.glite.security.voms.request.Event
comment
 
Constructor Summary
DenyEvent(java.lang.String comment)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DenyEvent

public DenyEvent(java.lang.String comment)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Event