Uses of Class
org.apache.nifi.web.security.StandardAuthenticationEntryPoint
Packages that use StandardAuthenticationEntryPoint
-
Uses of StandardAuthenticationEntryPoint in org.apache.nifi.web.security.configuration
Methods in org.apache.nifi.web.security.configuration that return StandardAuthenticationEntryPointModifier and TypeMethodDescriptionJwtAuthenticationSecurityConfiguration.authenticationEntryPoint()
Authentication Entry Point delegating to Bearer Token Entry Point for returning headers on authentication failuresMethods in org.apache.nifi.web.security.configuration with parameters of type StandardAuthenticationEntryPointModifier and TypeMethodDescriptionorg.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter
OidcSecurityConfiguration.oAuth2LoginAuthenticationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, StandardAuthenticationEntryPoint authenticationEntryPoint) Login Authentication Filter handles Authentication Responses from the Authorization Serverorg.springframework.security.web.SecurityFilterChain
WebSecurityConfiguration.securityFilterChain
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, NiFiProperties properties, StandardAuthenticationEntryPoint authenticationEntryPoint, X509AuthenticationFilter x509AuthenticationFilter, org.springframework.security.oauth2.server.resource.web.authentication.BearerTokenAuthenticationFilter bearerTokenAuthenticationFilter, NiFiAnonymousAuthenticationFilter anonymousAuthenticationFilter, org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter oAuth2LoginAuthenticationFilter, org.springframework.security.oauth2.client.web.OAuth2AuthorizationCodeGrantFilter oAuth2AuthorizationCodeGrantFilter, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter oAuth2AuthorizationRequestRedirectFilter, OidcBearerTokenRefreshFilter oidcBearerTokenRefreshFilter, OidcLogoutFilter oidcLogoutFilter, org.springframework.security.saml2.provider.service.web.authentication.Saml2WebSsoAuthenticationFilter saml2WebSsoAuthenticationFilter, org.springframework.security.saml2.provider.service.web.Saml2WebSsoAuthenticationRequestFilter saml2WebSsoAuthenticationRequestFilter, org.springframework.security.saml2.provider.service.web.Saml2MetadataFilter saml2MetadataFilter, org.springframework.security.saml2.provider.service.web.authentication.logout.Saml2LogoutRequestFilter saml2LogoutRequestFilter, org.springframework.security.saml2.provider.service.web.authentication.logout.Saml2LogoutResponseFilter saml2LogoutResponseFilter, Saml2SingleLogoutFilter saml2SingleLogoutFilter, Saml2LocalLogoutFilter saml2LocalLogoutFilter)