public class AuthenticationMechanismImpl
extends java.lang.Object
implements org.jboss.jca.common.api.metadata.spec.AuthenticationMechanism
Constructor and Description |
---|
AuthenticationMechanismImpl(java.util.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,
java.lang.String id,
java.lang.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(java.lang.Object obj) |
org.jboss.jca.common.api.metadata.spec.XsdString |
getAuthenticationMechanismType() |
org.jboss.jca.common.api.metadata.spec.CredentialInterfaceEnum |
getCredentialInterface() |
java.lang.String |
getCredentialInterfaceId() |
java.util.List<org.jboss.jca.common.api.metadata.spec.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.spec.LocalizedXsdString> description, org.jboss.jca.common.api.metadata.spec.XsdString authenticationMechanismType, org.jboss.jca.common.api.metadata.spec.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 java.util.List<org.jboss.jca.common.api.metadata.spec.LocalizedXsdString> getDescriptions()
getDescriptions
in interface org.jboss.jca.common.api.metadata.spec.AuthenticationMechanism
public org.jboss.jca.common.api.metadata.spec.XsdString getAuthenticationMechanismType()
getAuthenticationMechanismType
in interface org.jboss.jca.common.api.metadata.spec.AuthenticationMechanism
public org.jboss.jca.common.api.metadata.spec.CredentialInterfaceEnum getCredentialInterface()
getCredentialInterface
in interface org.jboss.jca.common.api.metadata.spec.AuthenticationMechanism
public java.lang.String getId()
getId
in interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
public java.lang.String getCredentialInterfaceId()
getCredentialInterfaceId
in interface org.jboss.jca.common.api.metadata.spec.AuthenticationMechanism
public org.jboss.jca.common.api.metadata.CopyableMetaData copy()
copy
in interface org.jboss.jca.common.api.metadata.CopyableMetaData
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)