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

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

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

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