public class AuthenticationMechanismImpl extends java.lang.Object implements AuthenticationMechanism
Constructor and Description |
---|
AuthenticationMechanismImpl(java.util.List<LocalizedXsdString> description,
XsdString authenticationMechanismType,
CredentialInterfaceEnum credentialInterface,
java.lang.String id,
java.lang.String cid)
Constructor
|
Modifier and Type | Method and Description |
---|---|
CopyableMetaData |
copy()
Creates and returns a copy of this object.
|
boolean |
equals(java.lang.Object obj) |
XsdString |
getAuthenticationMechanismType() |
CredentialInterfaceEnum |
getCredentialInterface() |
java.lang.String |
getCredentialInterfaceId() |
java.util.List<LocalizedXsdString> |
getDescriptions() |
java.lang.String |
getId()
Return the String representing xml ID
|
int |
hashCode() |
java.lang.String |
toString() |
public AuthenticationMechanismImpl(java.util.List<LocalizedXsdString> description, XsdString authenticationMechanismType, 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<LocalizedXsdString> getDescriptions()
getDescriptions
in interface AuthenticationMechanism
public XsdString getAuthenticationMechanismType()
getAuthenticationMechanismType
in interface AuthenticationMechanism
public CredentialInterfaceEnum getCredentialInterface()
getCredentialInterface
in interface AuthenticationMechanism
public java.lang.String getId()
getId
in interface IdDecoratedMetadata
public java.lang.String getCredentialInterfaceId()
getCredentialInterfaceId
in interface AuthenticationMechanism
public CopyableMetaData copy()
copy
in interface 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)