org.globus.delegation
Interface DelegationListener

All Superinterfaces:
java.io.Serializable

public interface DelegationListener
extends java.io.Serializable


Method Summary
 void credentialDeleted()
          Called when credential associated with this listener is deleted
 java.lang.String getId()
           
 void setCredential(org.globus.gsi.GlobusCredential credential)
          Called on regsiteration of listener and on refresh of listener
 void setId(java.lang.String listenerId)
          Called on registeration of listener
 

Method Detail

setCredential

public void setCredential(org.globus.gsi.GlobusCredential credential)
                   throws DelegationException
Called on regsiteration of listener and on refresh of listener

Throws:
DelegationException

setId

public void setId(java.lang.String listenerId)
Called on registeration of listener


getId

public java.lang.String getId()

credentialDeleted

public void credentialDeleted()
Called when credential associated with this listener is deleted