Class ConfigUtil


  • public class ConfigUtil
    extends Object
    Utility methods for parsing the XMlLoginConfig elements into AuthenticationInfo instances.
    Version:
    $Revision$
    Author:
    Scott.Stark@jboss.org
    • Constructor Detail

      • ConfigUtil

        public ConfigUtil()
    • Method Detail

      • parseAuthentication

        public static AuthenticationInfo parseAuthentication​(Element policy)
                                                      throws Exception
        Parse the application-policy/authentication element
        Parameters:
        policy - , the application-policy/authentication element
        Returns:
        the AuthenticationInfo object for the xml policy fragment
        Throws:
        Exception