org.apache.openejb.jee.was.v6.common
Class UseCallerIdentity
java.lang.Object
org.apache.openejb.jee.was.v6.common.SecurityIdentity
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>
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 |
UseCallerIdentity
public UseCallerIdentity()
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.