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 SessionBean.securityIdentity
           
protected  SecurityIdentity MessageDrivenBean.securityIdentity
           
protected  SecurityIdentity EntityBean.securityIdentity
           
 

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

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



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