public class UnblockingOIDCAuthenticationFilter
extends org.mitre.openid.connect.client.OIDCAuthenticationFilter
CODE_VERIFIER_SESSION_VARIABLE, FILTER_PROCESSES_URL, HTTP_SOCKET_TIMEOUT, httpSocketTimeout, ISSUER_SESSION_VARIABLE, NONCE_SESSION_VARIABLE, REDIRECT_URI_SESION_VARIABLE, STATE_SESSION_VARIABLE, TARGET_SESSION_VARIABLE| Constructor and Description |
|---|
UnblockingOIDCAuthenticationFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
attemptAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
afterPropertiesSet, createCodeVerifier, createNonce, createState, getAuthRequestOptionsService, getAuthRequestUrlBuilder, getClientConfigurationService, getIssuerService, getServerConfigurationService, getStoredCodeVerifier, getStoredNonce, getStoredState, getSymmetricCacheService, getTargetLinkURIAuthenticationSuccessHandler, getTimeSkewAllowance, getValidationServices, handleAuthorizationCodeResponse, handleAuthorizationRequest, handleError, setAuthenticationSuccessHandler, setAuthRequestOptionsService, setAuthRequestUrlBuilder, setClientConfigurationService, setIssuerService, setServerConfigurationService, setSymmetricCacheService, setTargetLinkURIAuthenticationSuccessHandler, setTargetLinkURIChecker, setTimeSkewAllowance, setValidationServices, targetLinkURICheckerdoFilter, getAllowSessionCreation, getAuthenticationManager, getFailureHandler, getRememberMeServices, getSuccessHandler, requiresAuthentication, setAllowSessionCreation, setApplicationEventPublisher, setAuthenticationDetailsSource, setAuthenticationFailureHandler, setAuthenticationManager, setContinueChainBeforeSuccessfulAuthentication, setFilterProcessesUrl, setMessageSource, setRememberMeServices, setRequiresAuthenticationRequestMatcher, setSessionAuthenticationStrategy, successfulAuthentication, unsuccessfulAuthenticationpublic org.springframework.security.core.Authentication attemptAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws org.springframework.security.core.AuthenticationException,
IOException,
javax.servlet.ServletException
attemptAuthentication in class org.mitre.openid.connect.client.OIDCAuthenticationFilterorg.springframework.security.core.AuthenticationExceptionIOExceptionjavax.servlet.ServletExceptionCopyright © 2023. All rights reserved.