org.adfemg.audits.adfviewcontroller.security
Class JaznAnalyzer

java.lang.Object
  extended by oracle.jdeveloper.audit.analyzer.Analyzer
      extended by org.adfemg.audits.base.XmlAnalyzer
          extended by org.adfemg.audits.adfviewcontroller.security.JaznAnalyzer

public class JaznAnalyzer
extends XmlAnalyzer

Analyzer class for Jazn files.


Constructor Summary
JaznAnalyzer()
           
 
Method Summary
 void exit(AuditContext context, org.w3c.dom.Element element)
          Check if the jazn file contains an app-role with the name test-all and the role has members.
 
Methods inherited from class org.adfemg.audits.base.XmlAnalyzer
enter, isAuditable
 
Methods inherited from class oracle.jdeveloper.audit.analyzer.Analyzer
cancel, getMetrics, getRules, isApplicationContentSupported, isCancelled, isEnabled, setEnabled, startTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaznAnalyzer

public JaznAnalyzer()
Method Detail

exit

public void exit(AuditContext context,
                 org.w3c.dom.Element element)
Check if the jazn file contains an app-role with the name test-all and the role has members.

Parameters:
context -
element -