Package org.apache.openejb.jee.jba
Class SecurityIdentity
- java.lang.Object
-
- org.apache.openejb.jee.jba.SecurityIdentity
-
public class SecurityIdentity extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringrunAsPrincipal
-
Constructor Summary
Constructors Constructor Description SecurityIdentity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRunAsPrincipal()Gets the value of the runAsPrincipal property.voidsetRunAsPrincipal(String value)Sets the value of the runAsPrincipal property.
-