Uses of Interface
org.eclipse.jst.j2ee.common.Identity

Packages that use Identity
org.eclipse.jst.j2ee.common This package includes api the common model artifacts that include (Resource References, EJB References, Display Name, Description Group, Security roles, Environment variables).  
 

Uses of Identity in org.eclipse.jst.j2ee.common
 

Methods in org.eclipse.jst.j2ee.common that return Identity
 Identity RunAsSpecifiedIdentity.getIdentity()
           
 Identity CommonFactory.createIdentity()
          Returns a new object of class 'Identity'
 

Methods in org.eclipse.jst.j2ee.common with parameters of type Identity
 void RunAsSpecifiedIdentity.setIdentity(Identity value)