public class ProtocolContext<RequestType,ResponseType>
extends org.opensaml.messaging.context.BaseContext
| Modifier and Type | Field and Description |
|---|---|
private RequestType |
request
CAS protocol request.
|
private ResponseType |
response
CAS protocol response.
|
| Constructor and Description |
|---|
ProtocolContext() |
| Modifier and Type | Method and Description |
|---|---|
RequestType |
getRequest() |
ResponseType |
getResponse() |
void |
setRequest(RequestType request)
Sets the CAS protocol request.
|
void |
setResponse(ResponseType response)
Sets the CAS protocol request.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentprivate RequestType request
private ResponseType response
public RequestType getRequest()
public void setRequest(RequestType request)
request - CAS protocol request.public ResponseType getResponse()
public void setResponse(ResponseType response)
response - CAS protocol response.Copyright © 1999–2015. All rights reserved.