org.apache.geronimo.console.securitymanager.realm
Class SecurityRealmPortlet.RealmData

java.lang.Object
  extended by org.apache.geronimo.console.securitymanager.realm.SecurityRealmPortlet.RealmData
All Implemented Interfaces:
Serializable
Enclosing class:
SecurityRealmPortlet

public static class SecurityRealmPortlet.RealmData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SecurityRealmPortlet.RealmData()
           
 
Method Summary
 String getAbstractName()
           
 String getAuditPath()
           
 String getCredentialName()
           
 String getJar()
           
 String getLockoutCount()
           
 String getLockoutDuration()
           
 String getLockoutWindow()
           
 SecurityRealmPortlet.LoginModuleDetails[] getModules()
           
 String getName()
           
 Set getOptionNames()
           
 Map getOptions()
           
 String getRealmType()
           
 boolean isLockoutEnabled()
           
 boolean isStorePassword()
           
 boolean isTestable()
           
 void load(javax.portlet.PortletRequest request)
           
 void reorderOptions(MasterLoginModuleInfo.OptionInfo[] info)
           
 void store(javax.portlet.ActionResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityRealmPortlet.RealmData

public SecurityRealmPortlet.RealmData()
Method Detail

load

public void load(javax.portlet.PortletRequest request)

reorderOptions

public void reorderOptions(MasterLoginModuleInfo.OptionInfo[] info)

store

public void store(javax.portlet.ActionResponse response)

getName

public String getName()

getRealmType

public String getRealmType()

getOptions

public Map getOptions()

getOptionNames

public Set getOptionNames()

getJar

public String getJar()

getAuditPath

public String getAuditPath()

getLockoutCount

public String getLockoutCount()

getLockoutWindow

public String getLockoutWindow()

getLockoutDuration

public String getLockoutDuration()

isStorePassword

public boolean isStorePassword()

isLockoutEnabled

public boolean isLockoutEnabled()

getCredentialName

public String getCredentialName()

getAbstractName

public String getAbstractName()

isTestable

public boolean isTestable()

getModules

public SecurityRealmPortlet.LoginModuleDetails[] getModules()


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