org.edg.security.voms.request
Class AllowEvent

java.lang.Object
  |
  +--org.edg.security.voms.request.Event
        |
        +--org.edg.security.voms.request.AllowEvent

public class AllowEvent
extends Event

An event for allowing requests. This event is generated by a VO administrator accepting the request. Its only parameter is the textual comment that was given by the administrator. The event usually triggers the operation that the request is about, and pushes the request to Request.DoneState (or equivalent).

Version:
$Name: v0_7_0 $
Author:
Karoly Lorentey

Field Summary
 
Fields inherited from class org.edg.security.voms.request.Event
comment
 
Constructor Summary
AllowEvent(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

AllowEvent

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

toString

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