public class CBResponseImpl extends Object implements CBResponse
Created by Jeff Gaynor
on May 23, 2011 at 12:54:59 PM
Constructor and Description |
---|
CBResponseImpl() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getParameters()
There may be several ways that parameters come in for a request.
|
void |
setParameters(Map<String,String> parameters) |
void |
write(javax.servlet.http.HttpServletResponse response)
Write the result to the given response.
|
public void write(javax.servlet.http.HttpServletResponse response) throws IOException
IssuerResponse
write
in interface IssuerResponse
IOException
public Map<String,String> getParameters()
IssuerResponse
getParameters
in interface IssuerResponse
Copyright © 2019. All Rights Reserved.