ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return SecurityIdentityType
 SecurityIdentityType<T> SecurityIdentityType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 SecurityIdentityType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateSecurityIdentity()
          If not already created, a new security-identity element with the given value will be created.
 SecurityIdentityType<SessionBeanType<T>> SessionBeanType.getOrCreateSecurityIdentity()
          If not already created, a new security-identity element with the given value will be created.
 SecurityIdentityType<EntityBeanType<T>> EntityBeanType.getOrCreateSecurityIdentity()
          If not already created, a new security-identity element with the given value will be created.
 SecurityIdentityType<T> SecurityIdentityType.removeAllDescription()
          Removes the description element
 SecurityIdentityType<T> SecurityIdentityType.removeRunAs()
          Removes the run-as element
 SecurityIdentityType<T> SecurityIdentityType.removeUseCallerIdentity()
          Removes the use-caller-identity element
 SecurityIdentityType<T> SecurityIdentityType.useCallerIdentity()
          Sets the use-caller-identity element
 

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.