Class TomcatAuthenticationContainerDiscovery

java.lang.Object
io.hawt.web.tomcat.TomcatAuthenticationContainerDiscovery
All Implemented Interfaces:
AuthenticationContainerDiscovery

public class TomcatAuthenticationContainerDiscovery extends Object implements AuthenticationContainerDiscovery
To use Apache Tomcat using its conf/tomcat-users.xml for authentication.

To use this, then the AuthenticationConfiguration.getRealm() must be empty or "*". Otherwise, if an explicit configured realm has been set, then regular JAAS authentication is in use.