public class AuthenticationMechanismImpl extends java.lang.Object implements AuthenticationMechanism
AuthenticationMechanism.Attribute, AuthenticationMechanism.Tag| Constructor and Description |
|---|
AuthenticationMechanismImpl(java.util.List<LocalizedXsdString> description,
XsdString authenticationMechanismType,
CredentialInterfaceEnum credentialInterface,
java.lang.String id) |
| 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.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)
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<LocalizedXsdString> getDescriptions()
getDescriptions in interface AuthenticationMechanismpublic XsdString getAuthenticationMechanismType()
getAuthenticationMechanismType in interface AuthenticationMechanismpublic CredentialInterfaceEnum getCredentialInterface()
getCredentialInterface in interface AuthenticationMechanismpublic java.lang.String getId()
AuthenticationMechanismgetId in interface AuthenticationMechanismgetId in interface IdDecoratedMetadataIdDecoratedMetadata.getId()public int hashCode()
hashCode in interface AuthenticationMechanismhashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
equals in interface AuthenticationMechanismequals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String toString()
toString in interface AuthenticationMechanismtoString in class java.lang.ObjectObject.toString()public CopyableMetaData copy()
CopyableMetaDatacopy in interface CopyableMetaDataCopyright ? 2008 Red Hat Middleware LLC (http://www.jboss.com/)