
public interface AuthenticationMechanism extends IdDecoratedMetadata, CopyableMetaData
| Modifier and Type | Interface and Description |
|---|---|
static class |
AuthenticationMechanism.Attribute
A Attribute.
|
static class |
AuthenticationMechanism.Tag
A Tag.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
XsdString |
getAuthenticationMechanismType() |
CredentialInterfaceEnum |
getCredentialInterface() |
List<LocalizedXsdString> |
getDescriptions() |
String |
getId()
Return the String representing xml ID
|
int |
hashCode() |
String |
toString() |
copyList<LocalizedXsdString> getDescriptions()
XsdString getAuthenticationMechanismType()
CredentialInterfaceEnum getCredentialInterface()
String getId()
getId in interface IdDecoratedMetadataIdDecoratedMetadata.getId()int hashCode()
hashCode in class ObjectObject.hashCode()boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)String toString()
toString in class ObjectObject.toString()Copyright © 2013 IronJacamar (http://www.ironjacamar.org)