org.objectweb.jonas_rar.deployment.xml.AuthenticationMechanism Class Reference

List of all members.

Public Member Functions

 AuthenticationMechanism ()
JLinkedList getDescriptionList ()
void setDescriptionList (JLinkedList descriptionList)
void addDescription (String description)
String getAuthenticationMechanismType ()
void setAuthenticationMechanismType (String authenticationMechanismType)
String getCredentialInterface ()
void setCredentialInterface (String credentialInterface)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element authentication-mechanism

Author:
Florent Benoit

Definition at line 38 of file AuthenticationMechanism.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.AuthenticationMechanism.AuthenticationMechanism  ) 
 

Constructor

Definition at line 59 of file AuthenticationMechanism.java.


Member Function Documentation

void org.objectweb.jonas_rar.deployment.xml.AuthenticationMechanism.addDescription String  description  ) 
 

Add a new description element to this object

Parameters:
description the description String

Definition at line 84 of file AuthenticationMechanism.java.

String org.objectweb.jonas_rar.deployment.xml.AuthenticationMechanism.getAuthenticationMechanismType  ) 
 

Gets the authentication-mechanism-type

Returns:
the authentication-mechanism-type

Definition at line 92 of file AuthenticationMechanism.java.

Referenced by org.objectweb.jonas_rar.deployment.api.AuthenticationMechanismDesc.AuthenticationMechanismDesc().

String org.objectweb.jonas_rar.deployment.xml.AuthenticationMechanism.getCredentialInterface  ) 
 

Gets the credential-interface

Returns:
the credential-interface

Definition at line 108 of file AuthenticationMechanism.java.

Referenced by org.objectweb.jonas_rar.deployment.api.AuthenticationMechanismDesc.AuthenticationMechanismDesc().

JLinkedList org.objectweb.jonas_rar.deployment.xml.AuthenticationMechanism.getDescriptionList  ) 
 

Gets the description

Returns:
the description

Definition at line 68 of file AuthenticationMechanism.java.

Referenced by org.objectweb.jonas_rar.deployment.api.AuthenticationMechanismDesc.AuthenticationMechanismDesc().

void org.objectweb.jonas_rar.deployment.xml.AuthenticationMechanism.setAuthenticationMechanismType String  authenticationMechanismType  ) 
 

Set the authentication-mechanism-type

Parameters:
authenticationMechanismType authenticationMechanismType

Definition at line 100 of file AuthenticationMechanism.java.

void org.objectweb.jonas_rar.deployment.xml.AuthenticationMechanism.setCredentialInterface String  credentialInterface  ) 
 

Set the credential-interface

Parameters:
credentialInterface credentialInterface

Definition at line 116 of file AuthenticationMechanism.java.

void org.objectweb.jonas_rar.deployment.xml.AuthenticationMechanism.setDescriptionList JLinkedList  descriptionList  ) 
 

Set the description

Parameters:
descriptionList description

Definition at line 76 of file AuthenticationMechanism.java.

String org.objectweb.jonas_rar.deployment.xml.AuthenticationMechanism.toXML int  indent  ) 
 

Represents this element by it's XML description.

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

Definition at line 125 of file AuthenticationMechanism.java.

References org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), and org.objectweb.jonas_lib.deployment.xml.JLinkedList.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:13:19 2005 for JOnAS by  doxygen 1.3.9.1