Package org.jboss.security.auth.login

Interface Summary
DynamicLoginConfigMBean The management interface for the DynamicLoginConfig service.
XMLLoginConfigMBean The managment bean interface for the XML based JAAS login configuration object.
 

Class Summary
AuthenticationInfo The login module configuration information.
ConfigUtil Utility methods for parsing the XMlLoginConfig elements into AuthenticationInfo instances.
DynamicLoginConfig A security config mbean that loads an xml login configuration using the XMLLoginConfig.loadConfig(URL config) operation on start, and unloads the contained login module configurations on stop.
LoginConfigObjectModelFactory A JBossXB object factory for parsing the login-config.xml object model.
PolicyConfig The root object for the login-config.xml descriptor as defined by the security-config_4_0.xsd.
XMLLoginConfig An MBean for managing a XMLLoginConfigImpl instance.
XMLLoginConfigImpl An concrete implementation of the javax.security.auth.login.Configuration class that parses an xml configuration of the form: starksm
 



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