org.jboss.metadata.rar.spec
Class AuthenticationMechanismMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
          extended by org.jboss.metadata.rar.spec.AuthenticationMechanismMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class AuthenticationMechanismMetaData
extends IdMetaDataImplWithDescriptions

Authentication mechanism meta data

Version:
$Revision: 83806 $
Author:
Adrian Brock, Jeff Zhang
See Also:
Serialized Form

Constructor Summary
AuthenticationMechanismMetaData()
           
 
Method Summary
 String getAuthenticationMechanismType()
          Get the authentication mechanism type
 String getCredentialInterfaceClass()
          Get the credential interface class
 void setAuthenticationMechanismType(String authenticationMechanismType)
          Set the authentication mechanism type
 void setCredentialInterfaceClass(String credentialInterfaceClass)
          Set the credential interface class
 String toString()
           
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
getDescriptions, merge, setDescriptions
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationMechanismMetaData

public AuthenticationMechanismMetaData()
Method Detail

getAuthenticationMechanismType

public String getAuthenticationMechanismType()
Get the authentication mechanism type

Returns:
the authentication mechanism type

setAuthenticationMechanismType

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

Parameters:
authenticationMechanismType - the 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 Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.