@Service(value="userInfoBasicAuthenticationPreInterceptor") public class UserInfoBasicAuthenticationPreInterceptor extends AbstractBasicAuthenticationPreInterceptor
| Modifier and Type | Field and Description |
|---|---|
static String |
BEAN_ID
Constant
BEAN_ID="userInfoBasicAuthenticationPreIntercept"{trunked} |
static String |
PASSWORD_KEY
Constant
PASSWORD_KEY="passwordKey" |
static String |
USERNAME_KEY
Constant
USERNAME_KEY="usernameKey" |
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, setHttpClientService, validateintercept, isAlreadyAuthenticatedpublic static final String BEAN_ID
BEAN_ID="userInfoBasicAuthenticationPreIntercept"{trunked}public static final String USERNAME_KEY
USERNAME_KEY="usernameKey"public static final String PASSWORD_KEY
PASSWORD_KEY="passwordKey"public UserInfoBasicAuthenticationPreInterceptor()
protected org.apache.http.auth.UsernamePasswordCredentials getCredentials(javax.portlet.PortletRequest portletRequest)
getCredentials in class AbstractBasicAuthenticationPreInterceptorportletRequest - a PortletRequest objectCredentials objectCopyright © 2023 Apereo. All rights reserved.