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.
- 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 © 2003-2007 Apache Software Foundation. All Rights Reserved.