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

java.lang.Object
  extended byorg.apache.geronimo.console.securitymanager.realm.MasterLoginModuleInfo.OptionInfo
All Implemented Interfaces:
Comparable, Serializable
Enclosing class:
MasterLoginModuleInfo

public static final class MasterLoginModuleInfo.OptionInfo
extends Object
implements Serializable, Comparable

See Also:
Serialized Form

Constructor Summary
MasterLoginModuleInfo.OptionInfo(String name, String displayName, String description)
           
 
Method Summary
 int compareTo(Object o)
           
 String getDescription()
           
 String getDisplayName()
           
 int getDisplayOrder()
           
 int getLength()
           
 String getName()
           
 boolean isPassword()
           
 void setDisplayOrder(int displayOrder)
           
 void setLength(int length)
           
 void setPassword(boolean password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterLoginModuleInfo.OptionInfo

public MasterLoginModuleInfo.OptionInfo(String name,
                                        String displayName,
                                        String description)
Method Detail

getName

public String getName()

getDisplayName

public String getDisplayName()

getDescription

public String getDescription()

isPassword

public boolean isPassword()

setPassword

public void setPassword(boolean password)

getLength

public int getLength()

setLength

public void setLength(int length)

getDisplayOrder

public int getDisplayOrder()

setDisplayOrder

public void setDisplayOrder(int displayOrder)

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.