Uses of Class
org.jboss.security.config.jaxb.AuditInfo

Packages that use AuditInfo
org.jboss.security.config   
org.jboss.security.config.jaxb   
 

Uses of AuditInfo in org.jboss.security.config
 

Methods in org.jboss.security.config with parameters of type AuditInfo
 org.jboss.security.config.AuditInfo JBossSXConfigBridge.map(String name, AuditInfo auditInfo)
           
 

Uses of AuditInfo in org.jboss.security.config.jaxb
 

Fields in org.jboss.security.config.jaxb declared as AuditInfo
protected  AuditInfo ApplicationPolicy.audit
           
 

Methods in org.jboss.security.config.jaxb that return AuditInfo
 AuditInfo ObjectFactory.createAuditInfo()
          Create an instance of AuditInfo
 AuditInfo ApplicationPolicy.getAudit()
          Gets the value of the audit property.
 

Methods in org.jboss.security.config.jaxb that return types with arguments of type AuditInfo
 javax.xml.bind.JAXBElement<AuditInfo> ObjectFactory.createAudit(AuditInfo value)
          Create an instance of JAXBElement<AuditInfo>}
 

Methods in org.jboss.security.config.jaxb with parameters of type AuditInfo
 javax.xml.bind.JAXBElement<AuditInfo> ObjectFactory.createAudit(AuditInfo value)
          Create an instance of JAXBElement<AuditInfo>}
 void ApplicationPolicy.setAudit(AuditInfo value)
          Sets the value of the audit property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.