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