|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.security.ui.SpringSecurityFilter
org.springframework.security.ui.AbstractProcessingFilter
org.springframework.security.ui.webapp.AuthenticationProcessingFilter
org.onebusaway.users.impl.authentication.IndexedUserAuthenticationProcessorFilter
public class IndexedUserAuthenticationProcessorFilter
Field Summary |
---|
Fields inherited from class org.springframework.security.ui.webapp.AuthenticationProcessingFilter |
---|
SPRING_SECURITY_FORM_PASSWORD_KEY, SPRING_SECURITY_FORM_USERNAME_KEY, SPRING_SECURITY_LAST_USERNAME_KEY |
Fields inherited from class org.springframework.security.ui.AbstractProcessingFilter |
---|
authenticationDetailsSource, eventPublisher, messages, SPRING_SECURITY_LAST_EXCEPTION_KEY, SPRING_SECURITY_SAVED_REQUEST_KEY |
Fields inherited from class org.springframework.security.ui.SpringSecurityFilter |
---|
logger |
Fields inherited from interface org.springframework.core.Ordered |
---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Constructor Summary | |
---|---|
IndexedUserAuthenticationProcessorFilter()
|
Method Summary | |
---|---|
String |
getIndexTypeParameter()
|
protected String |
obtainUserIndexType(javax.servlet.http.HttpServletRequest request)
|
protected String |
obtainUsername(javax.servlet.http.HttpServletRequest request)
|
void |
setIndexTypeParameter(String indexTypeParameter)
|
Methods inherited from class org.springframework.security.ui.webapp.AuthenticationProcessingFilter |
---|
attemptAuthentication, getDefaultFilterProcessesUrl, getOrder, obtainPassword, setDetails, setPasswordParameter, setUsernameParameter |
Methods inherited from class org.springframework.security.ui.AbstractProcessingFilter |
---|
afterPropertiesSet, determineFailureUrl, determineTargetUrl, doFilterHttp, getAllowSessionCreation, getAuthenticationDetailsSource, getAuthenticationFailureUrl, getAuthenticationManager, getDefaultTargetUrl, getFilterProcessesUrl, getRememberMeServices, getTargetUrlResolver, obtainFullSavedRequestUrl, onPreAuthentication, onSuccessfulAuthentication, onUnsuccessfulAuthentication, requiresAuthentication, sendRedirect, setAllowSessionCreation, setAlwaysUseDefaultTargetUrl, setApplicationEventPublisher, setAuthenticationDetailsSource, setAuthenticationFailureUrl, setAuthenticationManager, setContinueChainBeforeSuccessfulAuthentication, setDefaultTargetUrl, setExceptionMappings, setFilterProcessesUrl, setInvalidateSessionOnSuccessfulAuthentication, setMessageSource, setMigrateInvalidatedSessionAttributes, setRememberMeServices, setServerSideRedirect, setSessionRegistry, setTargetUrlResolver, setUseRelativeContext, successfulAuthentication, unsuccessfulAuthentication |
Methods inherited from class org.springframework.security.ui.SpringSecurityFilter |
---|
destroy, doFilter, init, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IndexedUserAuthenticationProcessorFilter()
Method Detail |
---|
public void setIndexTypeParameter(String indexTypeParameter)
public String getIndexTypeParameter()
protected String obtainUsername(javax.servlet.http.HttpServletRequest request)
obtainUsername
in class org.springframework.security.ui.webapp.AuthenticationProcessingFilter
protected String obtainUserIndexType(javax.servlet.http.HttpServletRequest request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |