org.eclipse.modisco.jee.ejbjar.EjbJar20
Interface SecurityIdentityType


public interface SecurityIdentityType

A representation of the model object 'Security Identity Type'.

The following features are supported:

See Also:
EjbJar20Package.getSecurityIdentityType()
Generated:
Model:
extendedMetaData="name='security-identity_._type' kind='elementOnly'"

Method Summary
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 RunAsType getRunAs()
          Returns the value of the 'Run As' containment reference.
 UseCallerIdentityType getUseCallerIdentity()
          Returns the value of the 'Use Caller Identity' containment reference.
 void setDescription(DescriptionType value)
          Sets the value of the 'Description' 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(UseCallerIdentityType value)
          Sets the value of the 'Use Caller Identity' containment reference.
 

Method Detail

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), EjbJar20Package.getSecurityIdentityType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getUseCallerIdentity

UseCallerIdentityType getUseCallerIdentity()
Returns the value of the 'Use Caller Identity' containment reference.

If the meaning of the 'Use Caller Identity' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Use Caller Identity' containment reference.
See Also:
setUseCallerIdentity(UseCallerIdentityType), EjbJar20Package.getSecurityIdentityType_UseCallerIdentity()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='use-caller-identity' namespace='##targetNamespace'"

setUseCallerIdentity

void setUseCallerIdentity(UseCallerIdentityType value)
Sets the value of the 'Use Caller Identity' containment reference.

Parameters:
value - the new value of the 'Use Caller Identity' containment reference.
See Also:
getUseCallerIdentity()
Generated:

getRunAs

RunAsType getRunAs()
Returns the value of the 'Run As' containment reference.

If the meaning of the 'Run As' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Run As' containment reference.
See Also:
setRunAs(RunAsType), EjbJar20Package.getSecurityIdentityType_RunAs()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='run-as' namespace='##targetNamespace'"

setRunAs

void setRunAs(RunAsType value)
Sets the value of the 'Run As' containment reference.

Parameters:
value - the new value of the 'Run As' containment reference.
See Also:
getRunAs()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar20Package.getSecurityIdentityType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: