|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jboss51.AssemblyDescriptorTypeImpl<T>
public class AssemblyDescriptorTypeImpl<T>
This class implements the assembly-descriptorType
xsd type
Original Documentation:
The assembly-descriptor element contains application-assembly information.
The definition of security roles allows you to map assembly roles to one or more principals.
For example, you may define a run-as principal in the security-identity element and include
that principal in one or more security-role(s) in the assembly descriptor. When called with
a run-as role, the callee will see all those roles in ctx.isCallerInRole(...) Used in: jboss
Constructor Summary | |
---|---|
AssemblyDescriptorTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
AssemblyDescriptorTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.util.List<MessageDestinationType<AssemblyDescriptorType<T>>> |
getMessageDestinationList()
Returns all message-destination elements |
java.util.List<SecurityRoleType<AssemblyDescriptorType<T>>> |
getSecurityRoleList()
Returns all security-role elements |
MessageDestinationType<AssemblyDescriptorType<T>> |
messageDestination()
Returns the message-destination element |
AssemblyDescriptorType<T> |
removeAllMessageDestination()
Removes all message-destination elements |
AssemblyDescriptorType<T> |
removeAllSecurityRole()
Removes all security-role elements |
SecurityRoleType<AssemblyDescriptorType<T>> |
securityRole()
Returns the security-role element |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssemblyDescriptorTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public AssemblyDescriptorTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public AssemblyDescriptorType<T> removeAllSecurityRole()
security-role
elements
removeAllSecurityRole
in interface AssemblyDescriptorType<T>
AssemblyDescriptorType
public SecurityRoleType<AssemblyDescriptorType<T>> securityRole()
security-role
element
securityRole
in interface AssemblyDescriptorType<T>
security-role
public java.util.List<SecurityRoleType<AssemblyDescriptorType<T>>> getSecurityRoleList()
security-role
elements
getSecurityRoleList
in interface AssemblyDescriptorType<T>
security-role
public AssemblyDescriptorType<T> removeAllMessageDestination()
message-destination
elements
removeAllMessageDestination
in interface AssemblyDescriptorType<T>
AssemblyDescriptorType
public MessageDestinationType<AssemblyDescriptorType<T>> messageDestination()
message-destination
element
messageDestination
in interface AssemblyDescriptorType<T>
message-destination
public java.util.List<MessageDestinationType<AssemblyDescriptorType<T>>> getMessageDestinationList()
message-destination
elements
getMessageDestinationList
in interface AssemblyDescriptorType<T>
message-destination
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |