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

Packages that use SecurityIdentity
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of SecurityIdentity in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee declared as SecurityIdentity
protected  SecurityIdentity EntityBean.securityIdentity
           
protected  SecurityIdentity SessionBean.securityIdentity
           
protected  SecurityIdentity MessageDrivenBean.securityIdentity
           
 

Methods in org.apache.openejb.jee that return SecurityIdentity
 SecurityIdentity EntityBean.getSecurityIdentity()
           
 SecurityIdentity SessionBean.getSecurityIdentity()
           
 SecurityIdentity EnterpriseBean.getSecurityIdentity()
           
 SecurityIdentity MessageDrivenBean.getSecurityIdentity()
           
 

Methods in org.apache.openejb.jee with parameters of type SecurityIdentity
 void EntityBean.setSecurityIdentity(SecurityIdentity value)
           
 void SessionBean.setSecurityIdentity(SecurityIdentity value)
           
 void EnterpriseBean.setSecurityIdentity(SecurityIdentity value)
           
 void MessageDrivenBean.setSecurityIdentity(SecurityIdentity value)
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.