Uses of Class
org.apache.openejb.jee.jba.SecurityIdentity

Packages that use SecurityIdentity
org.apache.openejb.jee.jba   
 

Uses of SecurityIdentity in org.apache.openejb.jee.jba
 

Fields in org.apache.openejb.jee.jba declared as SecurityIdentity
protected  SecurityIdentity MessageDriven.securityIdentity
           
protected  SecurityIdentity Entity.securityIdentity
           
protected  SecurityIdentity Session.securityIdentity
           
 

Methods in org.apache.openejb.jee.jba that return SecurityIdentity
 SecurityIdentity ObjectFactory.createSecurityIdentity()
          Create an instance of SecurityIdentity
 SecurityIdentity MessageDriven.getSecurityIdentity()
          Gets the value of the securityIdentity property.
 SecurityIdentity Entity.getSecurityIdentity()
          Gets the value of the securityIdentity property.
 SecurityIdentity Session.getSecurityIdentity()
          Gets the value of the securityIdentity property.
 

Methods in org.apache.openejb.jee.jba with parameters of type SecurityIdentity
 void MessageDriven.setSecurityIdentity(SecurityIdentity value)
          Sets the value of the securityIdentity property.
 void Entity.setSecurityIdentity(SecurityIdentity value)
          Sets the value of the securityIdentity property.
 void Session.setSecurityIdentity(SecurityIdentity value)
          Sets the value of the securityIdentity property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.