org.jboss.security.auth.login
Class ConfigUtil

java.lang.Object
  extended by org.jboss.security.auth.login.ConfigUtil

public class ConfigUtil
extends Object

Utility methods for parsing the XMlLoginConfig elements into AuthenticationInfo instances.

Version:
$Revision: 57203 $
Author:
Scott.Stark@jboss.org

Constructor Summary
ConfigUtil()
           
 
Method Summary
static AuthenticationInfo parseAuthentication(Element policy)
          Parse the application-policy/authentication element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.