Interface AuthenticationMechanism
-
- All Superinterfaces:
Cloneable,CopyableMetaData,IdDecoratedMetadata,JCAMetadata,Serializable
public interface AuthenticationMechanism extends IdDecoratedMetadata, CopyableMetaData
A AuthenticationMechanism.- Author:
- Stefano Maestri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XsdStringgetAuthenticationMechanismType()CredentialInterfaceEnumgetCredentialInterface()StringgetCredentialInterfaceId()List<LocalizedXsdString>getDescriptions()-
Methods inherited from interface org.jboss.jca.common.api.metadata.CopyableMetaData
copy
-
Methods inherited from interface org.jboss.jca.common.api.metadata.spec.IdDecoratedMetadata
getId
-
-
-
-
Method Detail
-
getDescriptions
List<LocalizedXsdString> getDescriptions()
- Returns:
- description
-
getAuthenticationMechanismType
XsdString getAuthenticationMechanismType()
- Returns:
- authenticationMechanismType
-
getCredentialInterface
CredentialInterfaceEnum getCredentialInterface()
- Returns:
- credentialInterface
-
getCredentialInterfaceId
String getCredentialInterfaceId()
- Returns:
- credentialInterfaceId
-
-