@Service(value="userInfoBasicAuthenticationPreInterceptor") public class UserInfoBasicAuthenticationPreInterceptor extends AbstractBasicAuthenticationPreInterceptor
| Modifier and Type | Field and Description |
|---|---|
static String |
PASSWORD_KEY |
static String |
USERNAME_KEY |
AUTHENTICATION_TIMEOUT_KEY, AUTHENTICATION_TIMESTAMP_KEY, log| Constructor and Description |
|---|
UserInfoBasicAuthenticationPreInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.auth.UsernamePasswordCredentials |
getCredentials(javax.portlet.PortletRequest portletRequest)
Provide credentials for the current user for this target service.
|
boolean |
validate(HttpContentRequestImpl proxyRequest,
javax.portlet.PortletRequest portletRequest)
Confirm that the proxyRequest has all of the information required to execute.
|
prepareAuthentication, setHttpClientServiceintercept, isAlreadyAuthenticatedpublic static final String USERNAME_KEY
public static final String PASSWORD_KEY
public UserInfoBasicAuthenticationPreInterceptor()
protected org.apache.http.auth.UsernamePasswordCredentials getCredentials(javax.portlet.PortletRequest portletRequest)
AbstractBasicAuthenticationPreInterceptorgetCredentials in class AbstractBasicAuthenticationPreInterceptorpublic boolean validate(HttpContentRequestImpl proxyRequest, javax.portlet.PortletRequest portletRequest)
IPreInterceptorCopyright © 2014 Jasig. All Rights Reserved.