public class DefaultDeploymentPermissions<T extends DefaultDeploymentPermissions<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 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
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic 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 © 2017 JBoss by Red Hat. All rights reserved.