org.jasig.portal.api.portlet
Class DelegationResponse

java.lang.Object
  extended by org.jasig.portal.api.portlet.DelegationResponse
Direct Known Subclasses:
DelegationActionResponse

public class DelegationResponse
extends Object

The resulting state of the delegation request

Version:
$Revision$
Author:
Eric Dalquist

Constructor Summary
DelegationResponse(DelegateState delegateState)
           
DelegationResponse(DelegateState delegateState, boolean redirected)
           
 
Method Summary
 boolean equals(Object object)
           
 DelegateState getDelegateState()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelegationResponse

public DelegationResponse(DelegateState delegateState)

DelegationResponse

public DelegationResponse(DelegateState delegateState,
                          boolean redirected)
Method Detail

getDelegateState

public DelegateState getDelegateState()

equals

public boolean equals(Object object)
Overrides:
equals in class Object
See Also:
Object.equals(Object)

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2010 Jasig. All Rights Reserved.