Re: [External] Re: Custom Authenticators

2013-11-04 Thread Steve Appling
Konstantin Kolinko wrote on 11/04/2013 03:11:52 PM: > From: Konstantin Kolinko > To: Tomcat Users List > Date: 11/04/2013 03:10 PM > Subject: [External] Re: Custom Authenticators > > 2013/11/4 Steve Appling : > > > > > > In Tomcat 7 I could use the org.ap

Custom Authenticators

2013-11-04 Thread Steve Appling
In Tomcat 7 I could use the org.apache.catalina.startup.Embedded class' addAuthenticator method to set up my own custom authenticators. This allowed me to define a new authenticator that a web-app could select with in web.xml. Now that the Embedded class has been removed (in 8), I'm not sure h