org.jasig.cas.authentication.principal
Class Response
java.lang.Object
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
|
Field Summary |
protected static org.slf4j.Logger |
LOG
Log instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final org.slf4j.Logger LOG
- Log instance.
Response
protected Response(Response.ResponseType responseType,
String url,
Map<String,String> attributes)
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.