0 Replies Latest reply on Apr 23, 2017 4:16 PM by hoodedclaw

    replacement service for realmbase in catalina.jar

    hoodedclaw

      Hi

       

      I am attempting to port are rather ancient application from jboss 6 to wildfly, it does all of its authentication by calling class  and methods found in catalina.jar,  in Wildfly 10 Tomcat has been dropped,  I tried looking for what ever replaces  classes such as realmbase with little or no luck.

       

      The best thing I found was JBoss Web - Realm Configuration HOW-TO

      This document has a copyright date of 2007, there must be something better!

       

      What I would really like to know is

       

      1.  Whats the name of the security  interface, is there some type of security manager class.

      2. How can I get a list of roles assigned to given users ?