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>
-
-
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
Constructors Constructor Description 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
-
-