org.apache.geronimo.console.util
Class SecurityRealmBean
java.lang.Object
org.apache.geronimo.console.util.SecurityRealmBean
public class SecurityRealmBean
- extends Object
Constructor Summary |
SecurityRealmBean(ObjectName realmObjectName,
ObjectName configEntryObjName,
String configID,
String applicationConfigName,
String realmName,
boolean started,
Map attributes)
|
SecurityRealmBean(String realmObjectName,
String configEntryObjName,
String configID,
String applicationConfigName,
String realmName,
boolean started,
Map attributes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityRealmBean
public SecurityRealmBean(ObjectName realmObjectName,
ObjectName configEntryObjName,
String configID,
String applicationConfigName,
String realmName,
boolean started,
Map attributes)
SecurityRealmBean
public SecurityRealmBean(String realmObjectName,
String configEntryObjName,
String configID,
String applicationConfigName,
String realmName,
boolean started,
Map attributes)
getConfigEntryObjName
public ObjectName getConfigEntryObjName()
- Returns:
- Returns the configEntryObjName.
getApplicationConfigName
public String getApplicationConfigName()
- Returns:
- Returns the applicationConfigName.
getAttributes
public Map getAttributes()
- Returns:
- Returns the attributes.
getConfigID
public String getConfigID()
- Returns:
- Returns the configID.
getRealmName
public String getRealmName()
- Returns:
- Returns the realmName.
getRealmObjectName
public ObjectName getRealmObjectName()
- Returns:
- Returns the realmObjectName.
isRunning
public boolean isRunning()
- Returns:
- Returns the running.
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.