public class ClassicAudit<T extends ClassicAudit> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ClassicAudit.ClassicAuditResources
Child mutators for ClassicAudit
|
| Constructor and Description |
|---|
ClassicAudit() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
T |
providerModule(ProviderModule value)
Add the org.wildfly.swarm.config.security.security_domain.audit.ProviderModule object to the list of subresources
|
T |
providerModule(String childKey)
Create and configure a org.wildfly.swarm.config.security.security_domain.audit.ProviderModule object to the list of subresources
|
T |
providerModule(String childKey,
ProviderModuleConfigurator config)
Create and configure a org.wildfly.swarm.config.security.security_domain.audit.ProviderModule object to the list of subresources
|
T |
providerModules(List<ProviderModule> value)
Add all org.wildfly.swarm.config.security.security_domain.audit.ProviderModule objects to this subresource
|
ClassicAudit.ClassicAuditResources |
subresources() |
public String getKey()
public ClassicAudit.ClassicAuditResources subresources()
public T providerModules(List<ProviderModule> value)
value - List of org.wildfly.swarm.config.security.security_domain.audit.ProviderModule objects.public T providerModule(ProviderModule value)
value - The org.wildfly.swarm.config.security.security_domain.audit.ProviderModule to addpublic T providerModule(String childKey, ProviderModuleConfigurator config)
key - The key for the org.wildfly.swarm.config.security.security_domain.audit.ProviderModule resourceconfig - The org.wildfly.swarm.config.security.security_domain.audit.ProviderModuleConfigurator to usepublic T providerModule(String childKey)
key - The key for the org.wildfly.swarm.config.security.security_domain.audit.ProviderModule resourceCopyright © 2015 JBoss by Red Hat. All rights reserved.