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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return SecurityIdentityType
 SecurityIdentityType<MessageDrivenBeanType<T>> MessageDrivenBeanType.ejbTimeoutIdentity()
          If not already created, a new ejb-timeout-identity element will be created and returned.
 SecurityIdentityType<ServiceBeanType<T>> ServiceBeanType.ejbTimeoutIdentity()
          If not already created, a new ejb-timeout-identity element will be created and returned.
 SecurityIdentityType<SessionBeanType<T>> SessionBeanType.ejbTimeoutIdentity()
          If not already created, a new ejb-timeout-identity element will be created and returned.
 SecurityIdentityType<T> SecurityIdentityType.removeAllDescription()
          Removes the description element
 SecurityIdentityType<T> SecurityIdentityType.removeRunAs()
          Removes the run-as element
 SecurityIdentityType<T> SecurityIdentityType.removeRunAsPrincipal()
          Removes the run-as-principal element
 SecurityIdentityType<GenericBeanType<T>> GenericBeanType.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 SecurityIdentityType<MessageDrivenBeanType<T>> MessageDrivenBeanType.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 SecurityIdentityType<ServiceBeanType<T>> ServiceBeanType.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 SecurityIdentityType<ConsumerBeanType<T>> ConsumerBeanType.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<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.setRunAsPrincipal(java.lang.String runAsPrincipal)
          If not already created, a new run-as-principal element with the given value will be created.
 SecurityIdentityType<T> SecurityIdentityType.useCallerIdentity()
           
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 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.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return SecurityIdentityType
 SecurityIdentityType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.ejbTimeoutIdentity()
          If not already created, a new ejb-timeout-identity element will be created and returned.
 SecurityIdentityType<ServiceBeanType<T>> ServiceBeanTypeImpl.ejbTimeoutIdentity()
          If not already created, a new ejb-timeout-identity element will be created and returned.
 SecurityIdentityType<SessionBeanType<T>> SessionBeanTypeImpl.ejbTimeoutIdentity()
          If not already created, a new ejb-timeout-identity element will be created and returned.
 SecurityIdentityType<T> SecurityIdentityTypeImpl.removeAllDescription()
          Removes the description element
 SecurityIdentityType<T> SecurityIdentityTypeImpl.removeRunAs()
          Removes the run-as element
 SecurityIdentityType<T> SecurityIdentityTypeImpl.removeRunAsPrincipal()
          Removes the run-as-principal element
 SecurityIdentityType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 SecurityIdentityType<ServiceBeanType<T>> ServiceBeanTypeImpl.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<GenericBeanType<T>> GenericBeanTypeImpl.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 SecurityIdentityType<ConsumerBeanType<T>> ConsumerBeanTypeImpl.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.setRunAsPrincipal(java.lang.String runAsPrincipal)
          If not already created, a new run-as-principal element with the given value will be created.
 SecurityIdentityType<T> SecurityIdentityTypeImpl.useCallerIdentity()
           
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 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.