Class 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>
     
    • Constructor Detail

      • UseCallerIdentity

        public UseCallerIdentity()