Uses of Class
org.apache.nifi.web.security.logout.LogoutRequestManager
Packages that use LogoutRequestManager
Package
Description
-
Uses of LogoutRequestManager in org.apache.nifi.web.security.configuration
Fields in org.apache.nifi.web.security.configuration declared as LogoutRequestManagerModifier and TypeFieldDescriptionprivate final LogoutRequestManagerOidcSecurityConfiguration.logoutRequestManagerprivate final LogoutRequestManagerSamlAuthenticationSecurityConfiguration.logoutRequestManagerMethods in org.apache.nifi.web.security.configuration that return LogoutRequestManagerConstructors in org.apache.nifi.web.security.configuration with parameters of type LogoutRequestManagerModifierConstructorDescriptionOidcSecurityConfiguration(NiFiProperties properties, StateManagerProvider stateManagerProvider, PropertyEncryptor propertyEncryptor, BearerTokenProvider bearerTokenProvider, org.springframework.security.oauth2.server.resource.web.BearerTokenResolver bearerTokenResolver, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, LogoutRequestManager logoutRequestManager) SamlAuthenticationSecurityConfiguration(NiFiProperties properties, BearerTokenProvider bearerTokenProvider, LogoutRequestManager logoutRequestManager) -
Uses of LogoutRequestManager in org.apache.nifi.web.security.oidc.logout
Fields in org.apache.nifi.web.security.oidc.logout declared as LogoutRequestManagerModifier and TypeFieldDescriptionprivate final LogoutRequestManagerOidcLogoutSuccessHandler.logoutRequestManagerConstructors in org.apache.nifi.web.security.oidc.logout with parameters of type LogoutRequestManagerModifierConstructorDescriptionOidcLogoutSuccessHandler(LogoutRequestManager logoutRequestManager, org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, org.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepository authorizedClientRepository, TokenRevocationResponseClient tokenRevocationResponseClient) OpenID Connect Logout Success Handler with RP-Initiated Logout 1.0 and RFC 7009 Token Revocation -
Uses of LogoutRequestManager in org.apache.nifi.web.security.saml2.web.authentication.logout
Fields in org.apache.nifi.web.security.saml2.web.authentication.logout declared as LogoutRequestManagerModifier and TypeFieldDescriptionprivate final LogoutRequestManagerSaml2LogoutSuccessHandler.logoutRequestManagerprivate final LogoutRequestManagerSaml2SingleLogoutFilter.logoutRequestManagerConstructors in org.apache.nifi.web.security.saml2.web.authentication.logout with parameters of type LogoutRequestManagerModifierConstructorDescriptionSaml2LogoutSuccessHandler(LogoutRequestManager logoutRequestManager) Saml2SingleLogoutFilter(LogoutRequestManager logoutRequestManager, org.springframework.security.web.authentication.logout.LogoutSuccessHandler logoutSuccessHandler)