| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_rar.deployment.xml.AuthenticationMechanism
AuthenticationMechanism | public class AuthenticationMechanism extends AbsElement (Code) | | This class defines the implementation of the element authentication-mechanism
author: Florent Benoit |
AuthenticationMechanism | public AuthenticationMechanism()(Code) | | Constructor
|
addDescription | public void addDescription(String description)(Code) | | Add a new description element to this object
Parameters: description - the description String |
getAuthenticationMechanismType | public String getAuthenticationMechanismType()(Code) | | Gets the authentication-mechanism-type
the authentication-mechanism-type |
getCredentialInterface | public String getCredentialInterface()(Code) | | Gets the credential-interface
the credential-interface |
getDescriptionList | public JLinkedList getDescriptionList()(Code) | | Gets the description
the description |
setAuthenticationMechanismType | public void setAuthenticationMechanismType(String authenticationMechanismType)(Code) | | Set the authentication-mechanism-type
Parameters: authenticationMechanismType - authenticationMechanismType |
setCredentialInterface | public void setCredentialInterface(String credentialInterface)(Code) | | Set the credential-interface
Parameters: credentialInterface - credentialInterface |
setDescriptionList | public void setDescriptionList(JLinkedList descriptionList)(Code) | | Set the description
Parameters: descriptionList - description |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prefixing XML representation. the XML description of this object. |
|
|
|