Class NoOpAuthenticator

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

public class NoOpAuthenticator extends AbstractServletAuthenticator
NoOp authenticator, all requests are allowed.

This authenticator is used to allow all requests without authentication.

This is useful for testing purposes or when no authentication is required.

This authenticator should be configured by setting its type to 'NONE', for example:


 application.security.console.authentication.type=NONE