import java.util.ArrayList;
-import javax.servlet.http.HttpServletRequest;
-
import org.apache.log4j.Logger;
import org.opensaml.NoSuchProviderException;
import org.opensaml.ReplayCache;
*/
public BrowserProfileResponse receive(
StringBuffer issuer,
- HttpServletRequest reqContext,
+ BrowserProfileRequest bpRequest,
String recipient,
ReplayCache replayCache,
ArtifactMapper artifactMapper,
issuer.setLength(0);
// Let SAML do all the decoding and parsing
- BrowserProfileRequest bpRequest = profile.receive(reqContext);
BrowserProfileResponse bpr = profile.receive(issuer, bpRequest, recipient, replayCache, artifactMapper, minorVersion);
/*