org.apache.geronimo.console.securitymanager.realm
Class SecurityRealmPortlet.RealmData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityRealmPortlet.RealmData
public SecurityRealmPortlet.RealmData()
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-2008 The Apache Geronimo development community. All Rights Reserved.