Uses of Class
org.apache.openejb.jee.was.v6.common.SecurityIdentity

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

Uses of SecurityIdentity in org.apache.openejb.jee.was.v6.common
 

Subclasses of SecurityIdentity in org.apache.openejb.jee.was.v6.common
 class RunAsSpecifiedIdentity
          The security-identity element specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used.
 class UseCallerIdentity
          The use-caller-identity element specifies that the caller's security identity be used as the security identity for the execution of the enterprise bean's methods.
 

Methods in org.apache.openejb.jee.was.v6.common that return SecurityIdentity
 SecurityIdentity ObjectFactory.createSecurityIdentity()
          Create an instance of SecurityIdentity
 

Methods in org.apache.openejb.jee.was.v6.common that return types with arguments of type SecurityIdentity
 javax.xml.bind.JAXBElement<SecurityIdentity> ObjectFactory.createSecurityIdentity(SecurityIdentity value)
          Create an instance of JAXBElement< SecurityIdentity>
 

Methods in org.apache.openejb.jee.was.v6.common with parameters of type SecurityIdentity
 javax.xml.bind.JAXBElement<SecurityIdentity> ObjectFactory.createSecurityIdentity(SecurityIdentity value)
          Create an instance of JAXBElement< SecurityIdentity>
 

Uses of SecurityIdentity in org.apache.openejb.jee.was.v6.ejb
 

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type SecurityIdentity
protected  java.util.List<SecurityIdentity> EnterpriseBean.securityIdentities
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type SecurityIdentity
 java.util.List<SecurityIdentity> EnterpriseBean.getSecurityIdentities()
          Gets the value of the securityIdentities property.
 



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