Using custom implementation of Authenticator in Tomcat

Posted by mabuzer on Stack Overflow See other posts from Stack Overflow or by mabuzer
Published on 2010-05-15T07:08:25Z Indexed on 2010/05/15 17:14 UTC
Read the original article Hit count: 385

Filed under:
|
|
|

How can I force Tomcat to use my own implementation of Authenticator, and not the existing one like FORM, BASIC, DIGEST, etc? I know if I add my authentication class name in org.apache.catalina.startup.Authenticators.properties it would work. I need an alternative for this.

© Stack Overflow or respective owner

Related posts about java

Related posts about tomcat