public class AuthenticationMechanismImpl extends Object implements AuthenticationMechanism
| Constructor and Description |
|---|
AuthenticationMechanismImpl(List<LocalizedXsdString> description,
XsdString authenticationMechanismType,
CredentialInterfaceEnum credentialInterface,
String id,
String cid)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CopyableMetaData |
copy() |
boolean |
equals(Object obj) |
XsdString |
getAuthenticationMechanismType() |
CredentialInterfaceEnum |
getCredentialInterface() |
String |
getCredentialInterfaceId() |
List<LocalizedXsdString> |
getDescriptions() |
String |
getId() |
int |
hashCode() |
String |
toString() |
public AuthenticationMechanismImpl(List<LocalizedXsdString> description, XsdString authenticationMechanismType, CredentialInterfaceEnum credentialInterface, String id, 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 List<LocalizedXsdString> getDescriptions()
getDescriptions in interface AuthenticationMechanismpublic XsdString getAuthenticationMechanismType()
getAuthenticationMechanismType in interface AuthenticationMechanismpublic CredentialInterfaceEnum getCredentialInterface()
getCredentialInterface in interface AuthenticationMechanismpublic String getId()
getId in interface IdDecoratedMetadatapublic String getCredentialInterfaceId()
getCredentialInterfaceId in interface AuthenticationMechanismpublic CopyableMetaData copy()
copy in interface CopyableMetaDataCopyright © 2021 JBoss by Red Hat. All rights reserved.