org.glite.authz.common.model
Class Response

java.lang.Object
  extended by org.glite.authz.common.model.Response
All Implemented Interfaces:
java.io.Serializable

public final class Response
extends java.lang.Object
implements java.io.Serializable

Response for an authorization Request.

See Also:
Serialized Form

Constructor Summary
Response()
          Constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 Request getRequest()
          Gets the effective request that led to the given results.
 java.util.List<Result> getResults()
          Gets the results from an authorization request.
 int hashCode()
          
 void setRequest(Request effectiveRequest)
          Sets the effective request that led to the given results.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Response

public Response()
Constructor.

Method Detail

getRequest

public Request getRequest()
Gets the effective request that led to the given results.

Returns:
effective request that led to the given results

setRequest

public void setRequest(Request effectiveRequest)
Sets the effective request that led to the given results.

Parameters:
effectiveRequest - effective request that led to the given results

getResults

public java.util.List<Result> getResults()
Gets the results from an authorization request.

Returns:
the results from an authorization request

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object


Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.