Uses of Class
org.apache.openejb.jee.SecurityIdentity
-
Packages that use SecurityIdentity Package Description 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 Modifier and Type Field Description protected SecurityIdentityEntityBean. securityIdentityprotected SecurityIdentityMessageDrivenBean. securityIdentityprotected SecurityIdentitySessionBean. securityIdentityMethods in org.apache.openejb.jee that return SecurityIdentity Modifier and Type Method Description SecurityIdentityEnterpriseBean. getSecurityIdentity()SecurityIdentityEntityBean. getSecurityIdentity()SecurityIdentityMessageDrivenBean. getSecurityIdentity()SecurityIdentitySessionBean. getSecurityIdentity()Methods in org.apache.openejb.jee with parameters of type SecurityIdentity Modifier and Type Method Description voidEnterpriseBean. setSecurityIdentity(SecurityIdentity value)voidEntityBean. setSecurityIdentity(SecurityIdentity value)voidMessageDrivenBean. setSecurityIdentity(SecurityIdentity value)voidSessionBean. setSecurityIdentity(SecurityIdentity value)
-