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

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

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



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