站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 connector API Documentation 英文版文档

AuthenticationMechanismMetaData (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档


org.jboss.resource.metadata
Class AuthenticationMechanismMetaData

java.lang.Object
  extended byorg.jboss.resource.metadata.DescriptionMetaDataContainer
      extended byorg.jboss.resource.metadata.AuthenticationMechanismMetaData
All Implemented Interfaces:
Serializable

public class AuthenticationMechanismMetaData
extends DescriptionMetaDataContainer

Authentication mechanism meta data

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
AuthenticationMechanismMetaData()
           
 
Method Summary
 String getAuthenticationMechansimType()
          Get the authentication mechanism type
 String getCredentialInterfaceClass()
          Get the credential interface class
 void setAuthenticationMechansimType(String authenticationMechanismType)
          Set the authentication mechanism type
 void setCredentialInterfaceClass(String credentialInterfaceClass)
          Set the credential interface class
 String toString()
           
 
Methods inherited from class org.jboss.resource.metadata.DescriptionMetaDataContainer
addDescription, getDescription, getDescription, getDescriptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationMechanismMetaData

public AuthenticationMechanismMetaData()
Method Detail

getAuthenticationMechansimType

public String getAuthenticationMechansimType()
Get the authentication mechanism type

Returns:
the authentication mechanism type

setAuthenticationMechansimType

public void setAuthenticationMechansimType(String authenticationMechanismType)
Set the authentication mechanism type


getCredentialInterfaceClass

public String getCredentialInterfaceClass()
Get the credential interface class

Returns:
the credential interface class

setCredentialInterfaceClass

public void setCredentialInterfaceClass(String credentialInterfaceClass)
Set the credential interface class

Parameters:
credentialInterfaceClass - the class

toString

public String toString()
Overrides:
toString in class DescriptionMetaDataContainer


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.