public interface SecurityIdentityType
The following features are supported:
EjbJar21Package.getSecurityIdentityType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
RunAsType |
getRunAs()
Returns the value of the 'Run As' containment reference.
|
EmptyType |
getUseCallerIdentity()
Returns the value of the 'Use Caller Identity' containment reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setRunAs(RunAsType value)
Sets the value of the '
Run As' containment reference. |
void |
setUseCallerIdentity(EmptyType value)
Sets the value of the '
Use Caller Identity' containment reference. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getSecurityIdentityType_Description()EmptyType getUseCallerIdentity()
setUseCallerIdentity(EmptyType),
EjbJar21Package.getSecurityIdentityType_UseCallerIdentity()void setUseCallerIdentity(EmptyType value)
Use Caller Identity' containment reference.
value - the new value of the 'Use Caller Identity' containment reference.getUseCallerIdentity()RunAsType getRunAs()
If the meaning of the 'Run As' containment reference isn't clear, there really should be more of a description here...
setRunAs(RunAsType),
EjbJar21Package.getSecurityIdentityType_RunAs()void setRunAs(RunAsType value)
Run As' containment reference.
value - the new value of the 'Run As' containment reference.getRunAs()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar21Package.getSecurityIdentityType_Id()