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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 that return SecurityIdentityType
 SecurityIdentityType EjbJar21Factory.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.EjbJar21 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.