org.apache.geronimo.console.util
Class SecurityRealmBean

java.lang.Object
  extended by 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)
           
 
Method Summary
 String getApplicationConfigName()
           
 Map getAttributes()
           
 ObjectName getConfigEntryObjName()
           
 String getConfigID()
           
 String getRealmName()
           
 ObjectName getRealmObjectName()
           
 boolean isRunning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.