org.apache.openejb.jee.jba
Class SecurityIdentity

java.lang.Object
  extended by org.apache.openejb.jee.jba.SecurityIdentity

public class SecurityIdentity
extends java.lang.Object


Field Summary
protected  java.lang.String runAsPrincipal
           
 
Constructor Summary
SecurityIdentity()
           
 
Method Summary
 java.lang.String getRunAsPrincipal()
          Gets the value of the runAsPrincipal property.
 void setRunAsPrincipal(java.lang.String value)
          Sets the value of the runAsPrincipal property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runAsPrincipal

protected java.lang.String runAsPrincipal
Constructor Detail

SecurityIdentity

public SecurityIdentity()
Method Detail

getRunAsPrincipal

public java.lang.String getRunAsPrincipal()
Gets the value of the runAsPrincipal property.

Returns:
possible object is String

setRunAsPrincipal

public void setRunAsPrincipal(java.lang.String value)
Sets the value of the runAsPrincipal property.

Parameters:
value - allowed object is String


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