|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssemblyDescriptorType<T>
This interface defines the contract for 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
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
AssemblyDescriptorType<T> removeAllSecurityRole()
security-role
elements
AssemblyDescriptorType
SecurityRoleType<AssemblyDescriptorType<T>> securityRole()
security-role
element
security-role
java.util.List<SecurityRoleType<AssemblyDescriptorType<T>>> getSecurityRoleList()
security-role
elements
security-role
AssemblyDescriptorType<T> removeAllMessageDestination()
message-destination
elements
AssemblyDescriptorType
MessageDestinationType<AssemblyDescriptorType<T>> messageDestination()
message-destination
element
message-destination
java.util.List<MessageDestinationType<AssemblyDescriptorType<T>>> getMessageDestinationList()
message-destination
elements
message-destination
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |