public class MethodPermissionsMetaData extends ArrayList<MethodPermissionMetaData> implements IdMetaData
modCount| Constructor and Description |
|---|
MethodPermissionsMetaData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get the id.
|
MethodPermissionsMetaData |
getMethodPermissionsByEjbName(String ejbName)
Get the methods permissions for an ejb
|
void |
merge(MethodPermissionsMetaData override,
MethodPermissionsMetaData original) |
void |
setId(String id)
Set the id.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic String getId()
getId in interface IdMetaDatapublic void setId(String id)
setId in interface IdMetaDataid - the id.public MethodPermissionsMetaData getMethodPermissionsByEjbName(String ejbName)
ejbName - the ejb nameIllegalArgumentException - for a null ejb namepublic void merge(MethodPermissionsMetaData override, MethodPermissionsMetaData original)
Copyright © 2019 JBoss by Red Hat. All rights reserved.