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, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic 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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.