org.jasig.cas.authentication.principal
Class Response

java.lang.Object
  extended by org.jasig.cas.authentication.principal.Response

public final class Response
extends Object

Encapsulates a Response to send back for a particular service.

Since:
3.1
Version:
$Revision: 1.1 $ $Date: 2005/08/19 18:27:17 $
Author:
Scott Battaglia, Arnaud Lesueur

Nested Class Summary
static class Response.ResponseType
           
 
Field Summary
protected static org.slf4j.Logger LOG
          Log instance.
 
Constructor Summary
protected Response(Response.ResponseType responseType, String url, Map<String,String> attributes)
           
 
Method Summary
 Map<String,String> getAttributes()
           
static Response getPostResponse(String url, Map<String,String> attributes)
           
static Response getRedirectResponse(String url, Map<String,String> parameters)
           
 Response.ResponseType getResponseType()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.slf4j.Logger LOG
Log instance.

Constructor Detail

Response

protected Response(Response.ResponseType responseType,
                   String url,
                   Map<String,String> attributes)
Method Detail

getPostResponse

public static Response getPostResponse(String url,
                                       Map<String,String> attributes)

getRedirectResponse

public static Response getRedirectResponse(String url,
                                           Map<String,String> parameters)

getAttributes

public Map<String,String> getAttributes()

getResponseType

public Response.ResponseType getResponseType()

getUrl

public String getUrl()


Copyright © 2004-2013 Jasig. All Rights Reserved.