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.