org.apache.geronimo.console.securitymanager.realm
Class MasterLoginModuleInfo

java.lang.Object
  extended by 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

Nested Class Summary
static class MasterLoginModuleInfo.OptionInfo
           
 
Method Summary
static MasterLoginModuleInfo[] getAllModules()
           
 String getClassName()
           
 String getName()
           
 Map getOptionMap()
           
 MasterLoginModuleInfo.OptionInfo[] getOptions()
           
 boolean isTestable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.