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.SecurityFilterChain
SecurityChainConfigurer.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.SecurityFilterChain
LadybugSecurityChainConfigurer.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 TypeClassDescriptionclass
class
Authenticator for Microsoft Active Directory using LDAP.class
Authenticator for in-memory authentication.class
Authenticator for J2EE authentication.class
NoOp authenticator, all requests are allowed.class
OAuth2 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.class
Sealed authenticator, all requests are blocked.class
Authenticator for in-memory authentication using a YAML file.Methods in org.frankframework.lifecycle.servlets that return IAuthenticatorModifier and TypeMethodDescriptionstatic IAuthenticator
AuthenticatorUtils.createAuthenticator
(org.springframework.context.ApplicationContext applicationContext, String properyPrefix)