
public class AuthenticationMechanismImpl
extends java.lang.Object
implements org.jboss.jca.common.api.metadata.ra.AuthenticationMechanism
| Constructor and Description |
|---|
AuthenticationMechanismImpl(java.util.List<org.jboss.jca.common.api.metadata.ra.LocalizedXsdString> description,
org.jboss.jca.common.api.metadata.ra.XsdString authenticationMechanismType,
org.jboss.jca.common.api.metadata.ra.CredentialInterfaceEnum credentialInterface,
java.lang.String id) |
AuthenticationMechanismImpl(java.util.List<org.jboss.jca.common.api.metadata.ra.LocalizedXsdString> description,
org.jboss.jca.common.api.metadata.ra.XsdString authenticationMechanismType,
org.jboss.jca.common.api.metadata.ra.CredentialInterfaceEnum credentialInterface,
java.lang.String id,
java.lang.String cid) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.jca.common.api.metadata.CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
org.jboss.jca.common.api.metadata.ra.XsdString |
getAuthenticationMechanismType() |
java.lang.String |
getCIId()
get ciid
|
org.jboss.jca.common.api.metadata.ra.CredentialInterfaceEnum |
getCredentialInterface() |
java.util.List<org.jboss.jca.common.api.metadata.ra.LocalizedXsdString> |
getDescriptions() |
java.lang.String |
getId()
Return the String representing xml ID
|
int |
hashCode() |
java.lang.String |
toString() |
public AuthenticationMechanismImpl(java.util.List<org.jboss.jca.common.api.metadata.ra.LocalizedXsdString> description,
org.jboss.jca.common.api.metadata.ra.XsdString authenticationMechanismType,
org.jboss.jca.common.api.metadata.ra.CredentialInterfaceEnum credentialInterface,
java.lang.String id,
java.lang.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 AuthenticationMechanismImpl(java.util.List<org.jboss.jca.common.api.metadata.ra.LocalizedXsdString> description,
org.jboss.jca.common.api.metadata.ra.XsdString authenticationMechanismType,
org.jboss.jca.common.api.metadata.ra.CredentialInterfaceEnum credentialInterface,
java.lang.String id)
description - description attribute in xmlauthenticationMechanismType - specifies type of an authentication mechanism.
The example values are:
credentialInterface - enumeration representing credentialInterface.id - xml IDpublic java.util.List<org.jboss.jca.common.api.metadata.ra.LocalizedXsdString> getDescriptions()
getDescriptions in interface org.jboss.jca.common.api.metadata.ra.AuthenticationMechanismpublic org.jboss.jca.common.api.metadata.ra.XsdString getAuthenticationMechanismType()
getAuthenticationMechanismType in interface org.jboss.jca.common.api.metadata.ra.AuthenticationMechanismpublic org.jboss.jca.common.api.metadata.ra.CredentialInterfaceEnum getCredentialInterface()
getCredentialInterface in interface org.jboss.jca.common.api.metadata.ra.AuthenticationMechanismpublic java.lang.String getId()
org.jboss.jca.common.api.metadata.ra.AuthenticationMechanismgetId in interface org.jboss.jca.common.api.metadata.ra.AuthenticationMechanismgetId in interface org.jboss.jca.common.api.metadata.ra.IdDecoratedMetadataIdDecoratedMetadata.getId()public java.lang.String getCIId()
public int hashCode()
hashCode in interface org.jboss.jca.common.api.metadata.ra.AuthenticationMechanismhashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
equals in interface org.jboss.jca.common.api.metadata.ra.AuthenticationMechanismequals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String toString()
toString in interface org.jboss.jca.common.api.metadata.ra.AuthenticationMechanismtoString in class java.lang.ObjectObject.toString()public org.jboss.jca.common.api.metadata.CopyableMetaData copy()
org.jboss.jca.common.api.metadata.CopyableMetaDatacopy in interface org.jboss.jca.common.api.metadata.CopyableMetaDataCopyright © 2013 IronJacamar (http://www.ironjacamar.org)