java.io.Serializable, IAssemblyDescriptorMetaData, IdMetaDatapublic class JBossAssemblyDescriptorMetaData extends IdMetaDataImpl implements IAssemblyDescriptorMetaData
| Constructor | Description |
|---|---|
JBossAssemblyDescriptorMetaData() |
Create a new JBossAssemblyDescriptorMetaData
|
| Modifier and Type | Method | Description |
|---|---|---|
ApplicationExceptionsMetaData |
getApplicationExceptions() |
Get the applicationExceptions.
|
ContainerTransactionsMetaData |
getContainerTransactions() |
Get the containerTransactions.
|
ContainerTransactionsMetaData |
getContainerTransactionsByEjbName(java.lang.String ejbName) |
Get the container transactions for an ejb
|
ExcludeListMetaData |
getExcludeList() |
Get the excludeList.
|
ExcludeListMetaData |
getExcludeListByEjbName(java.lang.String ejbName) |
Get the exclude list for an ejb
|
InterceptorBindingsMetaData |
getInterceptorBindings() |
Get the interceptorBindings.
|
MessageDestinationMetaData |
getMessageDestination(java.lang.String name) |
Get a message destination
|
MessageDestinationsMetaData |
getMessageDestinations() |
Get the messageDestinations.
|
MethodPermissionsMetaData |
getMethodPermissions() |
Get the methodPermissions.
|
MethodPermissionsMetaData |
getMethodPermissionsByEjbName(java.lang.String ejbName) |
Get the methods permissions for an ejb
|
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> |
getPrincipalVersusRolesMap() |
Generate a Map of Principal keyed against a set of role names
|
SecurityRoleMetaData |
getSecurityRole(java.lang.String roleName) |
|
java.util.Set<java.lang.String> |
getSecurityRoleNamesByPrincipal(java.lang.String userName) |
Get the security role names by principal
|
java.util.Set<java.lang.String> |
getSecurityRolePrincipals(java.lang.String name) |
Get a security role's principals
|
SecurityRolesMetaData |
getSecurityRoles() |
Get the securityRoles.
|
SecurityRolesMetaData |
getSecurityRolesByPrincipal(java.lang.String userName) |
Deprecated.
|
void |
merge(JBossAssemblyDescriptorMetaData override,
IAssemblyDescriptorMetaData assembly) |
Merge the contents of override with original into this.
|
void |
merge(JBossAssemblyDescriptorMetaData override,
JBossAssemblyDescriptorMetaData original) |
|
void |
merge(JBossAssemblyDescriptorMetaData override,
AssemblyDescriptorMetaData original) |
|
void |
setApplicationExceptions(ApplicationExceptionsMetaData applicationExceptions) |
Set the applicationExceptions.
|
void |
setContainerTransactions(ContainerTransactionsMetaData containerTransactions) |
Set the containerTransactions.
|
void |
setExcludeList(ExcludeListMetaData excludeList) |
Set the excludeList.
|
void |
setInterceptorBindings(InterceptorBindingsMetaData interceptorBindings) |
Set the interceptorBindings.
|
void |
setMessageDestinations(MessageDestinationsMetaData messageDestinations) |
Set the messageDestinations.
|
void |
setMethodPermissions(MethodPermissionsMetaData methodPermissions) |
Set the methodPermissions.
|
void |
setSecurityRoles(SecurityRolesMetaData securityRoles) |
Set the securityRoles.
|
public JBossAssemblyDescriptorMetaData()
public SecurityRoleMetaData getSecurityRole(java.lang.String roleName)
getSecurityRole in interface IAssemblyDescriptorMetaDatapublic SecurityRolesMetaData getSecurityRoles()
getSecurityRoles in interface IAssemblyDescriptorMetaDatapublic void setSecurityRoles(SecurityRolesMetaData securityRoles)
setSecurityRoles in interface IAssemblyDescriptorMetaDatasecurityRoles - the securityRoles.java.lang.IllegalArgumentException - for a null securityRolespublic MethodPermissionsMetaData getMethodPermissions()
getMethodPermissions in interface IAssemblyDescriptorMetaDatapublic void setMethodPermissions(MethodPermissionsMetaData methodPermissions)
setMethodPermissions in interface IAssemblyDescriptorMetaDatamethodPermissions - the methodPermissions.java.lang.IllegalArgumentException - for a null methodPermissionspublic MethodPermissionsMetaData getMethodPermissionsByEjbName(java.lang.String ejbName)
getMethodPermissionsByEjbName in interface IAssemblyDescriptorMetaDataejbName - the ejb namejava.lang.IllegalArgumentException - for a null ejb namepublic ContainerTransactionsMetaData getContainerTransactions()
getContainerTransactions in interface IAssemblyDescriptorMetaDatapublic void setContainerTransactions(ContainerTransactionsMetaData containerTransactions)
setContainerTransactions in interface IAssemblyDescriptorMetaDatacontainerTransactions - the containerTransactions.java.lang.IllegalArgumentException - for a null containerTransactionspublic ContainerTransactionsMetaData getContainerTransactionsByEjbName(java.lang.String ejbName)
getContainerTransactionsByEjbName in interface IAssemblyDescriptorMetaDataejbName - the ejb namejava.lang.IllegalArgumentException - for a null ejb namepublic InterceptorBindingsMetaData getInterceptorBindings()
getInterceptorBindings in interface IAssemblyDescriptorMetaDatapublic void setInterceptorBindings(InterceptorBindingsMetaData interceptorBindings)
setInterceptorBindings in interface IAssemblyDescriptorMetaDatainterceptorBindings - the interceptorBindings.java.lang.IllegalArgumentException - for a null interceptorBindingspublic ExcludeListMetaData getExcludeList()
getExcludeList in interface IAssemblyDescriptorMetaDatapublic void setExcludeList(ExcludeListMetaData excludeList)
setExcludeList in interface IAssemblyDescriptorMetaDataexcludeList - the excludeList.java.lang.IllegalArgumentException - for a null excludeListpublic ExcludeListMetaData getExcludeListByEjbName(java.lang.String ejbName)
getExcludeListByEjbName in interface IAssemblyDescriptorMetaDataejbName - the ejb namejava.lang.IllegalArgumentException - for a null ejb namepublic ApplicationExceptionsMetaData getApplicationExceptions()
getApplicationExceptions in interface IAssemblyDescriptorMetaDatapublic void setApplicationExceptions(ApplicationExceptionsMetaData applicationExceptions)
setApplicationExceptions in interface IAssemblyDescriptorMetaDataapplicationExceptions - the applicationExceptions.java.lang.IllegalArgumentException - for a null applicationExceptionspublic java.util.Set<java.lang.String> getSecurityRolePrincipals(java.lang.String name)
name - the role name@Deprecated public SecurityRolesMetaData getSecurityRolesByPrincipal(java.lang.String userName)
userName - the principal namejava.lang.IllegalArgumentException - for a null user namepublic java.util.Set<java.lang.String> getSecurityRoleNamesByPrincipal(java.lang.String userName)
userName - the principal namejava.lang.IllegalArgumentException - for a null user namepublic java.util.Map<java.lang.String,java.util.Set<java.lang.String>> getPrincipalVersusRolesMap()
public MessageDestinationsMetaData getMessageDestinations()
getMessageDestinations in interface IAssemblyDescriptorMetaDatapublic void setMessageDestinations(MessageDestinationsMetaData messageDestinations)
setMessageDestinations in interface IAssemblyDescriptorMetaDatamessageDestinations - the messageDestinations.java.lang.IllegalArgumentException - for a null messageDestinationspublic MessageDestinationMetaData getMessageDestination(java.lang.String name)
getMessageDestination in interface IAssemblyDescriptorMetaDataname - the name of the destinationpublic void merge(JBossAssemblyDescriptorMetaData override, AssemblyDescriptorMetaData original)
public void merge(JBossAssemblyDescriptorMetaData override, IAssemblyDescriptorMetaData assembly)
override - data which overrides originaloriginal - the original datapublic void merge(JBossAssemblyDescriptorMetaData override, JBossAssemblyDescriptorMetaData original)
Copyright © 2018 JBoss by Red Hat. All rights reserved.