|
Details for credential-interface
| Tag name | <credential-interface> |
| Location | /connector/resourceadapter/auth-mechanism |
|---|
| File | connector.xml |
| The element credential-interface specifies the interface that the
resource adapter implementation supports for the representation
of the credentials. This element should be used by application server
to find out the Credential interface it should use as part of the
security contract.
The possible values are: javax.resource.security.PasswordCredential and javax.resource.security.GenericCredential. |
|