org.objectweb.jonas_rar.deployment.api
Class AuthenticationMechanismDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.AuthenticationMechanismDesc
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationMechanismDesc
extends java.lang.Object
implements java.io.Serializable

This class defines the implementation of the element authentication-mechanism

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
AuthenticationMechanismDesc(AuthenticationMechanism am)
          Constructor
 
Method Summary
 java.lang.String getAuthenticationMechanismType()
          Gets the authentication-mechanism-type
 java.lang.String getCredentialInterface()
          Gets the credential-interface
 java.util.List getDescriptionList()
          Gets the description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationMechanismDesc

public AuthenticationMechanismDesc(AuthenticationMechanism am)
Constructor

Method Detail

getDescriptionList

public java.util.List getDescriptionList()
Gets the description

Returns:
the description

getAuthenticationMechanismType

public java.lang.String getAuthenticationMechanismType()
Gets the authentication-mechanism-type

Returns:
the authentication-mechanism-type

getCredentialInterface

public java.lang.String getCredentialInterface()
Gets the credential-interface

Returns:
the credential-interface