Package Hierarchies:
- org.apache.nifi.authentication.generated,
- org.apache.nifi.web.security,
- org.apache.nifi.web.security.anonymous,
- org.apache.nifi.web.security.configuration,
- org.apache.nifi.web.security.cookie,
- org.apache.nifi.web.security.csrf,
- org.apache.nifi.web.security.http,
- org.apache.nifi.web.security.jwt.converter,
- org.apache.nifi.web.security.jwt.jws,
- org.apache.nifi.web.security.jwt.key,
- org.apache.nifi.web.security.jwt.key.command,
- org.apache.nifi.web.security.jwt.key.service,
- org.apache.nifi.web.security.jwt.provider,
- org.apache.nifi.web.security.jwt.resolver,
- org.apache.nifi.web.security.jwt.revocation,
- org.apache.nifi.web.security.jwt.revocation.command,
- org.apache.nifi.web.security.log,
- org.apache.nifi.web.security.logout,
- org.apache.nifi.web.security.oidc,
- org.apache.nifi.web.security.oidc.authentication,
- org.apache.nifi.web.security.oidc.client.web,
- org.apache.nifi.web.security.oidc.client.web.converter,
- org.apache.nifi.web.security.oidc.logout,
- org.apache.nifi.web.security.oidc.registration,
- org.apache.nifi.web.security.oidc.revocation,
- org.apache.nifi.web.security.oidc.userinfo,
- org.apache.nifi.web.security.oidc.web.authentication,
- org.apache.nifi.web.security.requests,
- org.apache.nifi.web.security.saml2,
- org.apache.nifi.web.security.saml2.registration,
- org.apache.nifi.web.security.saml2.service.authentication,
- org.apache.nifi.web.security.saml2.service.web,
- org.apache.nifi.web.security.saml2.web.authentication,
- org.apache.nifi.web.security.saml2.web.authentication.identity,
- org.apache.nifi.web.security.saml2.web.authentication.logout,
- org.apache.nifi.web.security.spring,
- org.apache.nifi.web.security.token,
- org.apache.nifi.web.security.util,
- org.apache.nifi.web.security.x509,
- org.apache.nifi.web.security.x509.ocsp
Class Hierarchy
- java.lang.Object
- org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
- org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler (implements org.springframework.security.web.authentication.AuthenticationSuccessHandler)
- org.springframework.security.authentication.AbstractAuthenticationToken (implements org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer)
- org.apache.nifi.web.security.saml2.web.authentication.identity.AttributeNameIdentityConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.apache.nifi.web.security.oidc.client.web.converter.AuthenticationResultConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.apache.nifi.web.security.configuration.AuthenticationSecurityConfiguration
- org.apache.nifi.web.security.oidc.client.web.converter.AuthorizedClient
- org.apache.nifi.web.security.oidc.client.web.AuthorizedClientExpirationCommand (implements java.lang.Runnable)
- org.apache.nifi.web.security.oidc.client.web.converter.AuthorizedToken
- com.nimbusds.jose.crypto.impl.BaseJWSProvider (implements com.nimbusds.jose.JWSProvider)
- com.nimbusds.jose.crypto.impl.EdDSAProvider
- org.apache.nifi.web.security.jwt.key.Ed25519Signer (implements com.nimbusds.jose.JWSSigner)
- org.apache.nifi.web.security.jwt.key.Ed25519Verifier (implements com.nimbusds.jose.JWSVerifier)
- org.apache.nifi.web.security.util.CacheKey
- org.apache.nifi.web.security.configuration.ClientRegistrationConfiguration
- org.apache.nifi.web.security.requests.ContentLengthFilter (implements jakarta.servlet.Filter)
- org.apache.nifi.web.security.csrf.CsrfCookieRequestMatcher (implements org.springframework.security.web.util.matcher.RequestMatcher)
- org.springframework.security.web.csrf.CsrfTokenRequestAttributeHandler (implements org.springframework.security.web.csrf.CsrfTokenRequestHandler)
- org.springframework.security.oauth2.core.user.DefaultOAuth2User (implements org.springframework.security.oauth2.core.user.OAuth2User, java.io.Serializable)
- org.springframework.security.oauth2.core.oidc.user.DefaultOidcUser (implements org.springframework.security.oauth2.core.oidc.user.OidcUser)
- org.apache.nifi.web.security.oidc.registration.DisabledClientRegistrationRepository (implements org.springframework.security.oauth2.client.registration.ClientRegistrationRepository)
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, jakarta.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.apache.nifi.web.security.jwt.jws.JwsSignerContainer
- org.apache.nifi.web.security.configuration.JwtAuthenticationSecurityConfiguration
- org.apache.nifi.web.security.configuration.JwtDecoderConfiguration
- org.apache.nifi.web.security.jwt.revocation.JwtRevocationValidator (implements org.springframework.security.oauth2.core.OAuth2TokenValidator<T>)
- org.apache.nifi.web.security.jwt.key.command.KeyExpirationCommand (implements java.lang.Runnable)
- org.apache.nifi.web.security.jwt.key.command.KeyGenerationCommand (implements java.lang.Runnable)
- org.apache.nifi.web.security.configuration.KeyPairGeneratorConfiguration
- org.apache.nifi.web.security.spring.LoginIdentityProviderFactoryBean (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.apache.nifi.authentication.LoginIdentityProviderLookup)
- org.apache.nifi.authentication.generated.LoginIdentityProviders
- org.apache.nifi.web.security.logout.LogoutRequest
- org.apache.nifi.web.security.logout.LogoutRequestManager
- org.apache.nifi.web.security.NiFiAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.apache.nifi.web.security.NiFiWebAuthenticationDetailsSource (implements org.springframework.security.authentication.AuthenticationDetailsSource<C,T>)
- org.springframework.security.oauth2.client.OAuth2AuthorizedClient (implements java.io.Serializable)
- org.apache.nifi.authentication.generated.ObjectFactory
- org.apache.nifi.web.security.x509.ocsp.OcspCertificateValidator
- org.apache.nifi.web.security.x509.ocsp.OcspRequest
- org.apache.nifi.web.security.x509.ocsp.OcspStatus
- org.apache.nifi.web.security.oidc.logout.OidcLogoutSuccessHandler (implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler)
- org.apache.nifi.web.security.configuration.OidcSecurityConfiguration
- org.springframework.security.oauth2.client.oidc.userinfo.OidcUserService (implements org.springframework.security.oauth2.client.userinfo.OAuth2UserService<R,U>)
- org.apache.nifi.authentication.generated.Property
- org.apache.nifi.authentication.generated.Provider
- org.apache.nifi.web.security.ProxiedEntitiesUtils
- org.apache.nifi.web.security.saml2.service.authentication.ResponseAuthenticationConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.apache.nifi.web.security.jwt.revocation.command.RevocationExpirationCommand (implements java.lang.Runnable)
- org.apache.nifi.web.security.saml2.web.authentication.logout.Saml2LogoutSuccessHandler (implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler)
- org.apache.nifi.web.security.saml2.web.authentication.logout.Saml2SingleLogoutHandler (implements org.springframework.security.web.authentication.logout.LogoutHandler)
- org.apache.nifi.web.security.configuration.SamlAuthenticationSecurityConfiguration
- jakarta.servlet.ServletRequestWrapper (implements jakarta.servlet.ServletRequest)
- jakarta.servlet.http.HttpServletRequestWrapper (implements jakarta.servlet.http.HttpServletRequest)
- org.apache.nifi.web.security.cookie.StandardApplicationCookieService (implements org.apache.nifi.web.security.cookie.ApplicationCookieService)
- org.apache.nifi.web.security.StandardAuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint)
- org.apache.nifi.web.security.oidc.client.web.StandardAuthorizationRequestRepository (implements org.springframework.security.oauth2.client.web.AuthorizationRequestRepository<T>)
- org.apache.nifi.web.security.oidc.client.web.converter.StandardAuthorizedClientConverter (implements org.apache.nifi.web.security.oidc.client.web.converter.AuthorizedClientConverter)
- org.apache.nifi.web.security.jwt.provider.StandardBearerTokenProvider (implements org.apache.nifi.web.security.jwt.provider.BearerTokenProvider)
- org.apache.nifi.web.security.jwt.resolver.StandardBearerTokenResolver (implements org.springframework.security.oauth2.server.resource.web.BearerTokenResolver)
- org.apache.nifi.web.security.oidc.registration.StandardClientRegistrationProvider (implements org.apache.nifi.web.security.oidc.registration.ClientRegistrationProvider)
- org.apache.nifi.web.security.csrf.StandardCookieCsrfTokenRepository (implements org.springframework.security.web.csrf.CsrfTokenRepository)
- org.apache.nifi.web.security.jwt.converter.StandardIssuerJwtDecoder (implements org.springframework.security.oauth2.jwt.JwtDecoder)
- org.apache.nifi.web.security.jwt.provider.StandardIssuerProvider (implements org.apache.nifi.web.security.jwt.provider.IssuerProvider)
- org.apache.nifi.web.security.jwt.jws.StandardJWSKeySelector<C> (implements com.nimbusds.jose.proc.JWSKeySelector<C>)
- org.apache.nifi.web.security.jwt.jws.StandardJwsSignerProvider (implements org.apache.nifi.web.security.jwt.jws.JwsSignerProvider, org.apache.nifi.web.security.jwt.jws.SignerListener)
- org.apache.nifi.web.security.jwt.key.StandardJWSVerifierFactory (implements com.nimbusds.jose.proc.JWSVerifierFactory)
- org.apache.nifi.web.security.jwt.converter.StandardJwtAuthenticationConverter (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.apache.nifi.web.security.jwt.revocation.StandardJwtLogoutListener (implements org.apache.nifi.web.security.jwt.revocation.JwtLogoutListener)
- org.apache.nifi.web.security.jwt.revocation.StandardJwtRevocationService (implements org.apache.nifi.web.security.jwt.revocation.JwtRevocationService)
- org.apache.nifi.web.security.spring.StandardLoginIdentityProviderConfigurationContext (implements org.apache.nifi.authentication.LoginIdentityProviderConfigurationContext)
- org.apache.nifi.web.security.spring.StandardLoginIdentityProviderInitializationContext (implements org.apache.nifi.authentication.LoginIdentityProviderInitializationContext)
- org.apache.nifi.web.security.oidc.client.web.StandardOAuth2AuthorizationRequestResolver (implements org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestResolver)
- org.apache.nifi.web.security.oidc.client.web.StandardOidcAuthorizedClientRepository (implements org.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepository, org.apache.nifi.web.security.oidc.client.web.TrackedAuthorizedClientRepository)
- org.apache.nifi.web.security.oidc.authentication.StandardOidcIdTokenDecoderFactory (implements org.springframework.security.oauth2.jwt.JwtDecoderFactory<C>)
- org.apache.nifi.web.security.saml2.registration.StandardRegistrationBuilderProvider (implements org.apache.nifi.web.security.saml2.registration.RegistrationBuilderProvider)
- org.apache.nifi.web.security.saml2.registration.StandardRelyingPartyRegistrationRepository (implements org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository)
- org.apache.nifi.web.security.saml2.service.web.StandardRelyingPartyRegistrationResolver (implements org.springframework.core.convert.converter.Converter<S,T>, org.springframework.security.saml2.provider.service.web.RelyingPartyRegistrationResolver)
- org.apache.nifi.web.security.saml2.service.web.StandardSaml2AuthenticationRequestRepository (implements org.springframework.security.saml2.provider.service.web.Saml2AuthenticationRequestRepository<T>)
- org.apache.nifi.web.security.saml2.web.authentication.logout.StandardSaml2LogoutRequestRepository (implements org.springframework.security.saml2.provider.service.web.authentication.logout.Saml2LogoutRequestRepository)
- org.apache.nifi.web.security.oidc.revocation.StandardTokenRevocationResponseClient (implements org.apache.nifi.web.security.oidc.revocation.TokenRevocationResponseClient)
- org.apache.nifi.web.security.jwt.key.StandardVerificationKeySelector (implements org.apache.nifi.web.security.jwt.jws.SigningKeyListener, org.apache.nifi.web.security.jwt.key.VerificationKeyListener, org.apache.nifi.web.security.jwt.key.VerificationKeySelector)
- org.apache.nifi.web.security.jwt.key.service.StandardVerificationKeyService (implements org.apache.nifi.web.security.jwt.key.service.VerificationKeyService)
- org.apache.nifi.web.security.x509.SubjectDnX509PrincipalExtractor (implements org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor)
- java.lang.Throwable (implements java.io.Serializable)
- org.apache.nifi.web.security.oidc.revocation.TokenRevocationRequest
- org.apache.nifi.web.security.oidc.revocation.TokenRevocationResponse
- org.apache.nifi.web.security.jwt.key.service.VerificationKey
- org.springframework.security.web.authentication.WebAuthenticationDetails (implements java.io.Serializable)
- org.apache.nifi.web.security.configuration.WebSecurityConfiguration
- org.apache.nifi.web.security.configuration.X509AuthenticationSecurityConfiguration
- org.apache.nifi.web.security.x509.X509CertificateExtractor
- org.apache.nifi.web.security.x509.X509CertificateValidator
- org.apache.nifi.web.security.x509.X509IdentityProvider