Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar31.SecurityIdentityType

Packages that use SecurityIdentityType
org.eclipse.modisco.jee.ejbjar.EjbJar31   
 

Uses of SecurityIdentityType in org.eclipse.modisco.jee.ejbjar.EjbJar31
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 that return SecurityIdentityType
 SecurityIdentityType EjbJar31Factory.createSecurityIdentityType()
          Returns a new object of class 'Security Identity Type'.
 SecurityIdentityType EntityBeanType.getSecurityIdentity()
          Returns the value of the 'Security Identity' containment reference.
 SecurityIdentityType MessageDrivenBeanType.getSecurityIdentity()
          Returns the value of the 'Security Identity' containment reference.
 SecurityIdentityType SessionBeanType.getSecurityIdentity()
          Returns the value of the 'Security Identity' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 with parameters of type SecurityIdentityType
 void EntityBeanType.setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the 'Security Identity' containment reference.
 void MessageDrivenBeanType.setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the 'Security Identity' containment reference.
 void SessionBeanType.setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the 'Security Identity' containment reference.