| java.lang.Object org.apache.geronimo.console.util.SecurityRealmBean
SecurityRealmBean | public class SecurityRealmBean (Code) | | |
Constructor Summary | |
public | SecurityRealmBean(ObjectName realmObjectName, ObjectName configEntryObjName, String configID, String applicationConfigName, String realmName, boolean started, Map attributes) | public | SecurityRealmBean(String realmObjectName, String 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)(Code) | | |
getApplicationConfigName | public String getApplicationConfigName()(Code) | | Returns the applicationConfigName. |
getAttributes | public Map getAttributes()(Code) | | Returns the attributes. |
getConfigEntryObjName | public ObjectName getConfigEntryObjName()(Code) | | Returns the configEntryObjName. |
getConfigID | public String getConfigID()(Code) | | Returns the configID. |
getRealmName | public String getRealmName()(Code) | | Returns the realmName. |
getRealmObjectName | public ObjectName getRealmObjectName()(Code) | | Returns the realmObjectName. |
isRunning | public boolean isRunning()(Code) | | Returns the running. |
|
|