Class SealedAuthenticator

java.lang.Object
org.frankframework.lifecycle.servlets.AbstractServletAuthenticator
org.frankframework.lifecycle.servlets.SealedAuthenticator
All Implemented Interfaces:
IAuthenticator, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SealedAuthenticator extends AbstractServletAuthenticator
Sealed authenticator, all requests are blocked.

This is the default authenticator for the Frank!Framework. It is used to block all requests until another authenticator is configured.

  • Constructor Details

    • SealedAuthenticator

      public SealedAuthenticator()
  • Method Details