Package ch.tocco.nice2.sso.impl
Class OpenIdAuthenticationFilter
java.lang.Object
ch.tocco.nice2.sso.impl.OpenIdAuthenticationFilter
- All Implemented Interfaces:
- jakarta.servlet.Filter
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionOpenIdAuthenticationFilter(OpenIdHelperService openIdHelperService, PrincipalService principalService, org.slf4j.Logger log) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddoFilter(jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse, jakarta.servlet.FilterChain filterChain) voidsetSupportLoginsEnabled(boolean supportLoginsEnabled) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.servlet.Filterdestroy, init
- 
Field Details- 
PRIORITYpublic static final int PRIORITY- See Also:
 
 
- 
- 
Constructor Details- 
OpenIdAuthenticationFilter@Lazy public OpenIdAuthenticationFilter(OpenIdHelperService openIdHelperService, PrincipalService principalService, org.slf4j.Logger log) 
 
- 
- 
Method Details- 
doFilterpublic void doFilter(jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse, jakarta.servlet.FilterChain filterChain) throws IOException, jakarta.servlet.ServletException - Specified by:
- doFilterin interface- jakarta.servlet.Filter
- Throws:
- IOException
- jakarta.servlet.ServletException
 
- 
setSupportLoginsEnabled@Value("${nice2.userbase.supportLoginsEnabled}") public void setSupportLoginsEnabled(boolean supportLoginsEnabled) 
 
-