
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 AuthenticationMechanismpublic XsdString getAuthenticationMechanismType()
getAuthenticationMechanismType in interface AuthenticationMechanismpublic CredentialInterfaceEnum getCredentialInterface()
getCredentialInterface in interface AuthenticationMechanismpublic java.lang.String getId()
getId in interface IdDecoratedMetadatapublic java.lang.String getCredentialInterfaceId()
getCredentialInterfaceId in interface AuthenticationMechanismpublic CopyableMetaData copy()
copy in interface CopyableMetaDatapublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014 IronJacamar (http://www.ironjacamar.org)