| java.lang.Object org.objectweb.jonas.security.lib.JResourceManager
JResourceManager | public class JResourceManager (Code) | | author: Guillaume Sauthier |
CONFIG_FILE_DTD | final protected static String CONFIG_FILE_DTD(Code) | | DTD of the realm configuration file
|
addResources | public void addResources(JResources res, Reader reader, String xml) throws SecurityServiceException(Code) | | Add JResource(s) created from parsing of the reader contents inside the JResources given instance.
Parameters: res - JResources element where JResource will be addded. Parameters: reader - XML Content Reader Parameters: xml - filename / xml : used in Error messages throws: SecurityServiceException - When parsing fails |
createRealmDigester | protected Digester createRealmDigester()(Code) | | Create and configure the Digester that will be used for the xml
parsing of the JOnAS realm file.
Digester the digester containing the rules for the xml parsingof the JOnAS realm file (jonas-realm.xml) |
|
|