org.apache.geronimo.console.securitymanager.realm
Class MasterLoginModuleInfo
java.lang.Object
  
org.apache.geronimo.console.securitymanager.realm.MasterLoginModuleInfo
- All Implemented Interfaces: 
 - Serializable
 
- public class MasterLoginModuleInfo
- extends Object
- implements Serializable
   
Describes an available login module, including how to create and configure it.
 Reads the list of available login modules from a properties file on the class path.
- Version:
 
  - $Rev: 407422 $ $Date: 2006-05-17 18:03:08 -0700 (Wed, 17 May 2006) $
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getOptions
public MasterLoginModuleInfo.OptionInfo[] getOptions()
 
 
getOptionMap
public Map getOptionMap()
 
 
getName
public String getName()
 
 
getClassName
public String getClassName()
 
 
isTestable
public boolean isTestable()
 
 
getAllModules
public static MasterLoginModuleInfo[] getAllModules()
 
 
Copyright © 2006 Apache Software Foundation. All Rights Reserved.