|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityIdentityType
A representation of the model object 'Security Identity Type'. The security-identityType specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used. It contains an optional description and a specification of the security identity to be used.
The following features are supported:
EjbJar31Package.getSecurityIdentityType()
Method Summary | |
---|---|
|
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. |
Method Detail |
---|
getDescription()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getSecurityIdentityType_Description()
EmptyType getUseCallerIdentity()
setUseCallerIdentity(EmptyType)
,
EjbJar31Package.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)
,
EjbJar31Package.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)
,
EjbJar31Package.getSecurityIdentityType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |