org.jasig.portlet.proxy.service.web.interceptor
Class AbstractBasicAuthenticationPreInterceptor
java.lang.Object
org.jasig.portlet.proxy.service.web.interceptor.AuthenticationPreInterceptor
org.jasig.portlet.proxy.service.web.interceptor.AbstractBasicAuthenticationPreInterceptor
- All Implemented Interfaces:
- IPreInterceptor
public abstract class AbstractBasicAuthenticationPreInterceptor
- extends AuthenticationPreInterceptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBasicAuthenticationPreInterceptor
public AbstractBasicAuthenticationPreInterceptor()
setHttpClientService
public void setHttpClientService(IHttpClientService httpClientService)
prepareAuthentication
protected void prepareAuthentication(HttpContentRequestImpl contentRequest,
javax.portlet.PortletRequest portletRequest)
- Specified by:
prepareAuthentication in class AuthenticationPreInterceptor
getCredentials
protected abstract org.apache.http.auth.UsernamePasswordCredentials getCredentials(javax.portlet.PortletRequest portletRequest)
Copyright © 2012 Jasig. All Rights Reserved.