Uses of Interface
org.frankframework.lifecycle.servlets.IAuthenticator
Packages that use IAuthenticator
Package
Description
-
Uses of IAuthenticator in org.frankframework.console.configuration
Methods in org.frankframework.console.configuration that return IAuthenticatorMethods in org.frankframework.console.configuration with parameters of type IAuthenticatorModifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChainSecurityChainConfigurer.createConsoleSecurityChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, IAuthenticator consoleAuthenticator) -
Uses of IAuthenticator in org.frankframework.ladybug.config
Methods in org.frankframework.ladybug.config that return IAuthenticatorMethods in org.frankframework.ladybug.config with parameters of type IAuthenticatorModifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChainLadybugSecurityChainConfigurer.createLadybugSecurityChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, IAuthenticator ladybugAuthenticator) -
Uses of IAuthenticator in org.frankframework.lifecycle.servlets
Classes in org.frankframework.lifecycle.servlets that implement IAuthenticatorModifier and TypeClassDescriptionclassclassAuthenticator for Microsoft Active Directory using LDAP.classAuthenticator for bearer-only SSO authentication.classAuthenticator for in-memory authentication.classAuthenticator for J2EE authentication.classNoOp authenticator, all requests are allowed.classOAuth2 Authentication provider which contains 4 defaults (Google, GitHub, Facebook and Okta), as well as a custom setting which allows users to use their own IDP.classSealed authenticator, all requests are blocked.classAuthenticator for in-memory authentication using a YAML file.Methods in org.frankframework.lifecycle.servlets that return IAuthenticatorModifier and TypeMethodDescriptionstatic IAuthenticatorAuthenticatorUtils.createAuthenticator(org.springframework.context.ApplicationContext applicationContext, String properyPrefix)