org.jboss.resource.metadata
Class AuthenticationMechanismMetaData

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

public class AuthenticationMechanismMetaData
extends DescriptionMetaDataContainer (src)

Authentication mechanism meta data

See Also:
Serialized Form

Constructor Summary
AuthenticationMechanismMetaData()
           
 
Method Summary
 java.lang.String getAuthenticationMechansimType()
          Get the authentication mechanism type
 java.lang.String getCredentialInterfaceClass()
          Get the credential interface class
 void setAuthenticationMechansimType(java.lang.String authenticationMechanismType)
          Set the authentication mechanism type
 void setCredentialInterfaceClass(java.lang.String credentialInterfaceClass)
          Set the credential interface class
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.resource.metadata.DescriptionMetaDataContainer (src)
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 java.lang.String getAuthenticationMechansimType()
Get the authentication mechanism type

Returns:
the authentication mechanism type

setAuthenticationMechansimType

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


getCredentialInterfaceClass

public java.lang.String getCredentialInterfaceClass()
Get the credential interface class

Returns:
the credential interface class

setCredentialInterfaceClass

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

Parameters:
credentialInterfaceClass - the class

toString

public java.lang.String toString()
Overrides:
toString in class DescriptionMetaDataContainer (src)