@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.
|
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 AbstractBasicAuthenticationPreInterceptorCopyright © 2013 Jasig. All Rights Reserved.