org.apache.openejb.jee.was.v6.common
Class UseCallerIdentity

java.lang.Object
  extended by org.apache.openejb.jee.was.v6.common.SecurityIdentity
      extended by org.apache.openejb.jee.was.v6.common.UseCallerIdentity

public class UseCallerIdentity
extends SecurityIdentity

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.

Java class for UseCallerIdentity complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UseCallerIdentity">
   <complexContent>
     <extension base="{common.xmi}SecurityIdentity">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.apache.openejb.jee.was.v6.common.SecurityIdentity
description, descriptions, extensions, href, id, idref, label, type, uuid, version
 
Constructor Summary
UseCallerIdentity()
           
 
Method Summary
 
Methods inherited from class org.apache.openejb.jee.was.v6.common.SecurityIdentity
getDescription, getDescriptions, getExtensions, getHref, getId, getIdref, getLabel, getType, getUuid, getVersion, setDescription, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UseCallerIdentity

public UseCallerIdentity()


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