Class AuthenticationMechanismImpl
java.lang.Object
org.jboss.jca.common.metadata.spec.AuthenticationMechanismImpl
- All Implemented Interfaces:
Serializable,Cloneable,org.jboss.jca.common.api.metadata.CopyableMetaData,org.jboss.jca.common.api.metadata.JCAMetadata,org.jboss.jca.common.api.metadata.spec.AuthenticationMechanism,org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
public class AuthenticationMechanismImpl
extends Object
implements org.jboss.jca.common.api.metadata.spec.AuthenticationMechanism
An AuthenticationMechanism implementation
- Author:
- Stefano Maestri, Jesper Pedersen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationMechanismImpl(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 -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.jca.common.api.metadata.CopyableMetaDatacopy()booleanorg.jboss.jca.common.api.metadata.spec.XsdStringorg.jboss.jca.common.api.metadata.spec.CredentialInterfaceEnumList<org.jboss.jca.common.api.metadata.spec.LocalizedXsdString> getId()inthashCode()toString()
-
Constructor Details
-
AuthenticationMechanismImpl
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) Constructor- Parameters:
description- description attribute in xmlauthenticationMechanismType- specifies type of an authentication mechanism. The example values are: invalid input: '<'authentication-mechanism-type>BasicPassword invalid input: '<'/authentication-mechanism-type> invalid input: '<'authentication-mechanism-type>Kerbv5 invalid input: '<'/authentication-mechanism-type> Any additional security mechanisms are outside the scope of the Connector architecture specification.credentialInterface- enumeration representing credentialInterface.id- xml IDcid- credential interface id
-
-
Method Details
-
getDescriptions
- Specified by:
getDescriptionsin interfaceorg.jboss.jca.common.api.metadata.spec.AuthenticationMechanism
-
getAuthenticationMechanismType
public org.jboss.jca.common.api.metadata.spec.XsdString getAuthenticationMechanismType()- Specified by:
getAuthenticationMechanismTypein interfaceorg.jboss.jca.common.api.metadata.spec.AuthenticationMechanism
-
getCredentialInterface
public org.jboss.jca.common.api.metadata.spec.CredentialInterfaceEnum getCredentialInterface()- Specified by:
getCredentialInterfacein interfaceorg.jboss.jca.common.api.metadata.spec.AuthenticationMechanism
-
getId
- Specified by:
getIdin interfaceorg.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
-
getCredentialInterfaceId
- Specified by:
getCredentialInterfaceIdin interfaceorg.jboss.jca.common.api.metadata.spec.AuthenticationMechanism
-
copy
public org.jboss.jca.common.api.metadata.CopyableMetaData copy()- Specified by:
copyin interfaceorg.jboss.jca.common.api.metadata.CopyableMetaData
-
hashCode
public int hashCode() -
equals
-
toString
-