Package org.jboss.security.auth.login

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

Class Summary
AuthenticationInfo (src) The login module configuration information.
ConfigUtil (src) Utility methods for parsing the XMlLoginConfig elements into AuthenticationInfo instances.
DynamicLoginConfig (src) 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 (src) A JBossXB object factory for parsing the login-config.xml object model.
PolicyConfig (src) The root object for the login-config.xml descriptor as defined by the security-config_4_0.xsd.
XMLLoginConfig (src) An MBean for managing a XMLLoginConfigImpl instance.
XMLLoginConfigImpl (src) An concrete implementation of the javax.security.auth.login.Configuration class that parses an xml configuration of the form: starksm