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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 that return UseCallerIdentityType
 UseCallerIdentityType EjbJar20Factory.createUseCallerIdentityType()
          Returns a new object of class 'Use Caller Identity Type'.
 UseCallerIdentityType DocumentRoot.getUseCallerIdentity()
          Returns the value of the 'Use Caller Identity' containment reference.
 UseCallerIdentityType SecurityIdentityType.getUseCallerIdentity()
          Returns the value of the 'Use Caller Identity' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 with parameters of type UseCallerIdentityType
 void DocumentRoot.setUseCallerIdentity(UseCallerIdentityType value)
          Sets the value of the 'Use Caller Identity' containment reference.
 void SecurityIdentityType.setUseCallerIdentity(UseCallerIdentityType value)
          Sets the value of the 'Use Caller Identity' containment reference.