org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.ejb
Interface SecurityIdentity

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface SecurityIdentity
extends CommonDDBean, DescriptionInterface


Field Summary
static String RUN_AS
           
static String USE_CALLER_IDENTITY
           
 
Method Summary
 RunAs getRunAs()
           
 boolean isUseCallerIdentity()
           
 RunAs newRunAs()
           
 void setRunAs(RunAs value)
           
 void setUseCallerIdentity(boolean value)
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 

Field Detail

USE_CALLER_IDENTITY

static final String USE_CALLER_IDENTITY
See Also:
Constant Field Values

RUN_AS

static final String RUN_AS
See Also:
Constant Field Values
Method Detail

setUseCallerIdentity

void setUseCallerIdentity(boolean value)

isUseCallerIdentity

boolean isUseCallerIdentity()

setRunAs

void setRunAs(RunAs value)

getRunAs

RunAs getRunAs()

newRunAs

RunAs newRunAs()

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.