org.objectweb.jonas_ejb.deployment.xml.SecurityIdentity Class Reference

Collaboration diagram for org.objectweb.jonas_ejb.deployment.xml.SecurityIdentity:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SecurityIdentity ()
String getDescription ()
void setDescription (String description)
UseCallerIdentity getUseCallerIdentity ()
void setUseCallerIdentity (UseCallerIdentity useCallerIdentity)
RunAs getRunAs ()
void setRunAs (RunAs runAs)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element security-identity

Author:
JOnAS team

Definition at line 38 of file SecurityIdentity.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.SecurityIdentity.SecurityIdentity  ) 
 

Constructor

Definition at line 59 of file SecurityIdentity.java.


Member Function Documentation

String org.objectweb.jonas_ejb.deployment.xml.SecurityIdentity.getDescription  ) 
 

Gets the description

Returns:
the description

Definition at line 67 of file SecurityIdentity.java.

RunAs org.objectweb.jonas_ejb.deployment.xml.SecurityIdentity.getRunAs  ) 
 

Gets the run-as

Returns:
the run-as

Definition at line 99 of file SecurityIdentity.java.

UseCallerIdentity org.objectweb.jonas_ejb.deployment.xml.SecurityIdentity.getUseCallerIdentity  ) 
 

Gets the use-caller-identity

Returns:
the use-caller-identity

Definition at line 83 of file SecurityIdentity.java.

void org.objectweb.jonas_ejb.deployment.xml.SecurityIdentity.setDescription String  description  ) 
 

Set the description

Parameters:
description description

Definition at line 75 of file SecurityIdentity.java.

void org.objectweb.jonas_ejb.deployment.xml.SecurityIdentity.setRunAs RunAs  runAs  ) 
 

Set the run-as

Parameters:
runAs runAs

Definition at line 107 of file SecurityIdentity.java.

void org.objectweb.jonas_ejb.deployment.xml.SecurityIdentity.setUseCallerIdentity UseCallerIdentity  useCallerIdentity  ) 
 

Set the use-caller-identity

Parameters:
useCallerIdentity useCallerIdentity

Definition at line 91 of file SecurityIdentity.java.

String org.objectweb.jonas_ejb.deployment.xml.SecurityIdentity.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Definition at line 116 of file SecurityIdentity.java.

References org.objectweb.jonas_lib.deployment.xml.AbsElement.toString(), org.objectweb.jonas_lib.deployment.xml.RunAs.toXML(), and org.objectweb.jonas_ejb.deployment.xml.UseCallerIdentity.toXML().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:11:43 2005 for JOnAS by  doxygen 1.3.9.1