Uses of Class
org.frankframework.lifecycle.servlets.AbstractServletAuthenticator
Packages that use AbstractServletAuthenticator
-
Uses of AbstractServletAuthenticator in org.frankframework.lifecycle.servlets
Subclasses of AbstractServletAuthenticator in org.frankframework.lifecycle.servletsModifier and TypeClassDescriptionclassAbstract base class for OAuth2-based authenticators, providing shared configuration fields for JWT/OIDC-based authentication flows.classAuthenticator 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 5 defaults (Google, GitHub, Facebook, Okta and Keycloak), 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.