Class EjwsBasicAuthenticator


public class EjwsBasicAuthenticator extends EjwsAuthenticator<EjwsBasicAuthenticator>
Implementation of BasicAuthenticator using either an in-memory table of user names and passwords or external user-supplied tables. If an instance of this class is used to authenticate an HTTP context, the context with the shortest prefix must be added to an instance of EmbeddedWebServer first and any additional prefix using this authenticator must start with the prefix added first.