org.jboss.ejb3.metamodel
Class SecurityIdentity

java.lang.Object
  extended by org.jboss.ejb3.metamodel.SecurityIdentity

public class SecurityIdentity
extends Object

Represents a element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 61757 $
Author:
William DeCoste

Constructor Summary
SecurityIdentity()
           
 
Method Summary
 String getId()
           
 RunAs getRunAs()
           
 String getRunAsPrincipal()
           
 boolean isUseCallerIdentity()
           
 void setId(String id)
           
 void setRunAs(RunAs runAs)
           
 void setRunAsPrincipal(String runAsPrincipal)
           
 void setUseCallerIdentity(boolean useCallerIdentity)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityIdentity

public SecurityIdentity()
Method Detail

getId

public String getId()

setId

public void setId(String id)

isUseCallerIdentity

public boolean isUseCallerIdentity()

setUseCallerIdentity

public void setUseCallerIdentity(boolean useCallerIdentity)

getRunAs

public RunAs getRunAs()

setRunAs

public void setRunAs(RunAs runAs)

getRunAsPrincipal

public String getRunAsPrincipal()

setRunAsPrincipal

public void setRunAsPrincipal(String runAsPrincipal)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.