|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas.security.lib.JResourceManager
| Field Summary | |
protected static java.lang.String |
CONFIG_FILE_DTD
DTD of the realm configuration file |
| Method Summary | |
void |
addResources(JResources res,
java.io.Reader reader,
java.lang.String xml)
Add JResource(s) created from parsing of the reader contents inside the JResources given instance. |
protected org.apache.commons.digester.Digester |
createRealmDigester()
Create and configure the Digester that will be used for the xml parsing of the JOnAS realm file. |
static JResourceManager |
getInstance()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final java.lang.String CONFIG_FILE_DTD
| Method Detail |
public static JResourceManager getInstance()
protected org.apache.commons.digester.Digester createRealmDigester()
public void addResources(JResources res,
java.io.Reader reader,
java.lang.String xml)
throws SecurityServiceException
res - JResources element where JResource will be addded.reader - XML Content Readerxml - filename / xml : used in Error messages
SecurityServiceException - When parsing fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||