Interface AuthenticationMechanism
- All Superinterfaces:
Cloneable,CopyableMetaData,IdDecoratedMetadata,JCAMetadata,Serializable
A AuthenticationMechanism.
- Author:
- Stefano Maestri
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copyMethods inherited from interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
getId
-
Method Details
-
getDescriptions
List<LocalizedXsdString> getDescriptions()- Returns:
- description
-
getAuthenticationMechanismType
XsdString getAuthenticationMechanismType()- Returns:
- authenticationMechanismType
-
getCredentialInterface
CredentialInterfaceEnum getCredentialInterface()- Returns:
- credentialInterface
-
getCredentialInterfaceId
String getCredentialInterfaceId()- Returns:
- credentialInterfaceId
-