public class ClassicACL<T extends ClassicACL<T>> extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ClassicACL.ClassicACLResources
Child mutators for ClassicACL 
 | 
| Constructor and Description | 
|---|
ClassicACL()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
aclModule(ACLModule value)
Add the ACLModule object to the list of subresources 
 | 
T | 
aclModule(ACLModuleSupplier supplier)
Install a supplied ACLModule object to the list of subresources 
 | 
T | 
aclModule(String childKey)
Create and configure a ACLModule object to the list of subresources 
 | 
T | 
aclModule(String childKey,
         ACLModuleConsumer consumer)
Create and configure a ACLModule object to the list of subresources 
 | 
T | 
aclModules(List<ACLModule> value)
Add all ACLModule objects to this subresource 
 | 
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
getKey()  | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
ClassicACL.ClassicACLResources | 
subresources()  | 
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public ClassicACL.ClassicACLResources subresources()
public T aclModules(List<ACLModule> value)
value - List of ACLModule objects.public T aclModule(ACLModule value)
value - The ACLModule to addpublic T aclModule(String childKey, ACLModuleConsumer consumer)
key - The key for the ACLModule resourceconfig - The ACLModuleConsumer to usepublic T aclModule(String childKey)
key - The key for the ACLModule resourcepublic T aclModule(ACLModuleSupplier supplier)
Copyright © 2018 JBoss by Red Hat. All rights reserved.