org.jboss.security.auth.login
Class ConfigUtil
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigUtil
public ConfigUtil()
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.