Interface IssuerResponse
-
- All Superinterfaces:
Response
- All Known Subinterfaces:
AGResponse
,ATResponse
,CBResponse
,PAResponse
- All Known Implementing Classes:
AGIResponse2
,ATIResponse2
,IDTokenResponse
,IResponse2
,PAIResponse2
,RTIResponse
,UIIResponse2
public interface IssuerResponse extends Response
Created by Jeff Gaynor
on May 13, 2011 at 12:00:03 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getParameters()
There may be several ways that parameters come in for a request.void
write(javax.servlet.http.HttpServletResponse response)
Write the result to the given response.
-
-
-
Method Detail
-
write
void write(javax.servlet.http.HttpServletResponse response) throws IOException
Write the result to the given response.- Throws:
IOException
-
-