org.ow2.jonas.deployment.rar
Class AuthenticationMechanismDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.AuthenticationMechanismDesc
All Implemented Interfaces:
Serializable

public class AuthenticationMechanismDesc
extends Object
implements 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
 String getAuthenticationMechanismType()
          Gets the authentication-mechanism-type
 String getCredentialInterface()
          Gets the credential-interface
 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 List getDescriptionList()
Gets the description

Returns:
the description

getAuthenticationMechanismType

public String getAuthenticationMechanismType()
Gets the authentication-mechanism-type

Returns:
the authentication-mechanism-type

getCredentialInterface

public String getCredentialInterface()
Gets the credential-interface

Returns:
the credential-interface


Copyright © 2010 OW2 Consortium. All Rights Reserved.