org.jasig.portal.security.provider.saml
Class HttpRequestPreprocessor
java.lang.Object
org.jasig.portal.security.provider.saml.HttpRequestPreprocessor
- All Implemented Interfaces:
- org.apache.http.HttpRequestInterceptor
public final class HttpRequestPreprocessor
- extends Object
- implements org.apache.http.HttpRequestInterceptor
This class is used to set the PAOS headers on every request made to a WSP.
- Author:
- Adam Rybicki
|
Method Summary |
void |
process(org.apache.http.HttpRequest req,
org.apache.http.protocol.HttpContext ctx)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpRequestPreprocessor
public HttpRequestPreprocessor()
process
public void process(org.apache.http.HttpRequest req,
org.apache.http.protocol.HttpContext ctx)
throws org.apache.http.HttpException,
IOException
- Specified by:
process in interface org.apache.http.HttpRequestInterceptor
- Throws:
org.apache.http.HttpException
IOException
Copyright © 2011 Jasig. All Rights Reserved.