public class DefaultDeploymentPermissions<T extends DefaultDeploymentPermissions<T>> extends Object
| Constructor and Description | 
|---|
DefaultDeploymentPermissions()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
getKey()  | 
T | 
maximumPermission(Map value)
The maximum set of permissions that can be granted to a deployment or
 jars. 
 | 
List<Map> | 
maximumPermissions()
The maximum set of permissions that can be granted to a deployment or
 jars. 
 | 
T | 
maximumPermissions(List<Map> value)
The maximum set of permissions that can be granted to a deployment or
 jars. 
 | 
T | 
maximumPermissions(Map... args)
The maximum set of permissions that can be granted to a deployment or
 jars. 
 | 
T | 
minimumPermission(Map value)
The minimum set of permissions to be granted to a deployment or jars. 
 | 
List<Map> | 
minimumPermissions()
The minimum set of permissions to be granted to a deployment or jars. 
 | 
T | 
minimumPermissions(List<Map> value)
The minimum set of permissions to be granted to a deployment or jars. 
 | 
T | 
minimumPermissions(Map... args)
The minimum set of permissions to be granted to a deployment or jars. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public List<Map> maximumPermissions()
public T maximumPermissions(List<Map> value)
public T maximumPermission(Map value)
public T maximumPermissions(Map... args)
public List<Map> minimumPermissions()
public T minimumPermissions(List<Map> value)
public T minimumPermission(Map value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.