Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar30.SecurityIdentityType

Packages that use SecurityIdentityType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
 

Uses of SecurityIdentityType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return SecurityIdentityType
 SecurityIdentityType<T> SecurityIdentityType.removeAllDescription()
          Removes the description element
 SecurityIdentityType<T> SecurityIdentityType.removeRunAs()
          Removes the run-as element
 SecurityIdentityType<MessageDrivenBeanType<T>> MessageDrivenBeanType.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 SecurityIdentityType<SessionBeanType<T>> SessionBeanType.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 SecurityIdentityType<EntityBeanType<T>> EntityBeanType.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 SecurityIdentityType<T> SecurityIdentityType.setDescription(java.lang.String description)
          Creates a new description element
 SecurityIdentityType<T> SecurityIdentityType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 SecurityIdentityType<T> SecurityIdentityType.useCallerIdentity()
           
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type SecurityIdentityType
 RunAsType<SecurityIdentityType<T>> SecurityIdentityType.runAs()
          If not already created, a new run-as element will be created and returned.
 

Uses of SecurityIdentityType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return SecurityIdentityType
 SecurityIdentityType<T> SecurityIdentityTypeImpl.removeAllDescription()
          Removes the description element
 SecurityIdentityType<T> SecurityIdentityTypeImpl.removeRunAs()
          Removes the run-as element
 SecurityIdentityType<EntityBeanType<T>> EntityBeanTypeImpl.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 SecurityIdentityType<SessionBeanType<T>> SessionBeanTypeImpl.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 SecurityIdentityType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 SecurityIdentityType<T> SecurityIdentityTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 SecurityIdentityType<T> SecurityIdentityTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 SecurityIdentityType<T> SecurityIdentityTypeImpl.useCallerIdentity()
           
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type SecurityIdentityType
 RunAsType<SecurityIdentityType<T>> SecurityIdentityTypeImpl.runAs()
          If not already created, a new run-as element will be created and returned.