
public class AuthenticationMechanismImpl extends Object implements org.jboss.jca.common.api.metadata.spec.AuthenticationMechanism
| Constructor and Description |
|---|
AuthenticationMechanismImpl(List<org.jboss.jca.common.api.metadata.spec.LocalizedXsdString> description,
org.jboss.jca.common.api.metadata.spec.XsdString authenticationMechanismType,
org.jboss.jca.common.api.metadata.spec.CredentialInterfaceEnum credentialInterface,
String id,
String cid)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.jca.common.api.metadata.CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
boolean |
equals(Object obj) |
org.jboss.jca.common.api.metadata.spec.XsdString |
getAuthenticationMechanismType() |
org.jboss.jca.common.api.metadata.spec.CredentialInterfaceEnum |
getCredentialInterface() |
String |
getCredentialInterfaceId() |
List<org.jboss.jca.common.api.metadata.spec.LocalizedXsdString> |
getDescriptions() |
String |
getId()
Return the String representing xml ID
|
int |
hashCode() |
String |
toString() |
public AuthenticationMechanismImpl(List<org.jboss.jca.common.api.metadata.spec.LocalizedXsdString> description, org.jboss.jca.common.api.metadata.spec.XsdString authenticationMechanismType, org.jboss.jca.common.api.metadata.spec.CredentialInterfaceEnum credentialInterface, String id, String cid)
description - description attribute in xmlauthenticationMechanismType - specifies type of an authentication mechanism.
The example values are:
credentialInterface - enumeration representing credentialInterface.id - xml IDcid - credential interface idpublic List<org.jboss.jca.common.api.metadata.spec.LocalizedXsdString> getDescriptions()
getDescriptions in interface org.jboss.jca.common.api.metadata.spec.AuthenticationMechanismpublic org.jboss.jca.common.api.metadata.spec.XsdString getAuthenticationMechanismType()
getAuthenticationMechanismType in interface org.jboss.jca.common.api.metadata.spec.AuthenticationMechanismpublic org.jboss.jca.common.api.metadata.spec.CredentialInterfaceEnum getCredentialInterface()
getCredentialInterface in interface org.jboss.jca.common.api.metadata.spec.AuthenticationMechanismpublic String getId()
getId in interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadatapublic String getCredentialInterfaceId()
getCredentialInterfaceId in interface org.jboss.jca.common.api.metadata.spec.AuthenticationMechanismpublic org.jboss.jca.common.api.metadata.CopyableMetaData copy()
copy in interface org.jboss.jca.common.api.metadata.CopyableMetaDataCopyright © 2013 IronJacamar (http://www.ironjacamar.org)