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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 that return SecurityIdentityType
 SecurityIdentityType EjbJar20Factory.createSecurityIdentityType()
          Returns a new object of class 'Security Identity Type'.
 SecurityIdentityType DocumentRoot.getSecurityIdentity()
          Returns the value of the 'Security Identity' containment reference.
 SecurityIdentityType EntityType.getSecurityIdentity()
          Returns the value of the 'Security Identity' containment reference.
 SecurityIdentityType MessageDrivenType.getSecurityIdentity()
          Returns the value of the 'Security Identity' containment reference.
 SecurityIdentityType SessionType.getSecurityIdentity()
          Returns the value of the 'Security Identity' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 with parameters of type SecurityIdentityType
 void DocumentRoot.setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the 'Security Identity' containment reference.
 void EntityType.setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the 'Security Identity' containment reference.
 void MessageDrivenType.setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the 'Security Identity' containment reference.
 void SessionType.setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the 'Security Identity' containment reference.