Previous Topic: Description of a Database Connection

Next Topic: Database Credentials

Provider Element

The Provider element includes the following subelements:

A completed database connection resembles the following:

<Provider type="RDB" userdirectory="@SMDirName">
	<JDBC datasource="@SMDirJDBCDataSource"/>
 	<Credentials user="@SMDirUser"
		cleartext="true">@SMDirPassword</Credentials>
	<DSN name="@SMDirDSN" />
	<SiteMinderQuery name="AuthenticateUser" query="SELECT TBLUSERS.LOGINID FROM 	TBLUSERS WHERE TBLUSERS.LOGINID='%s' AND TBLUSERS.PASSWORD='%s'" /> 
</provider>

The attributes for the Provider element are as follows:


Copyright © 2010 CA. All rights reserved. Email CA about this topic