* Generate the configuration
*/
public void generate()
throws IOException, SAXException, ProcessingException {
AuthenticationManager authManager = null;
RequestState state = null;
try {
authManager = (AuthenticationManager)this.manager.lookup(AuthenticationManager.ROLE);
state = authManager.getState();
} catch (Exception ignore) {
}
this.xmlConsumer.startDocument();