|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resource.metadata.DescriptionMetaDataContainer org.jboss.resource.metadata.AuthenticationMechanismMetaData
Authentication mechanism meta data
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 |
public AuthenticationMechanismMetaData()
Method Detail |
public String getAuthenticationMechansimType()
public void setAuthenticationMechansimType(String authenticationMechanismType)
public String getCredentialInterfaceClass()
public void setCredentialInterfaceClass(String credentialInterfaceClass)
credentialInterfaceClass
- the classpublic String toString()
toString
in class DescriptionMetaDataContainer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |