Description - Handles authentication using JDBC datasource
 
Runtime Class - com.iwaysoftware.eclipse.template.JdbcRealmProviderType


 

Parameter Groups

  Parameter Type Description
  JNDI Factory Name string JNDI initial context factory class used to access data source. Use com.ibi.jndi.XDInitialContextFactory for an iWay JDBC provider or leave blank for JVM default.
* JNDI Name string JNDI Name for the data source this realm will use to look up security information. To use an iWay JDBC provider, enter the JNDI name as jdbc/provider name.
* Users Table string The users table must contain at least one row for every valid user that this realm should recognize. It must have at least two columns, username and password.
* User Roles Table string The user roles table must contain at least one row for zero or more security roles assigned to a user. It must have at least two columns, username and role.
* Username Column string Name of the column in the user and user roles tables that contains the user's username
* User Credential Column string Name of the column in the user table that contains the user's credentials (i.e., password)
* Role Column string Name of the column in the user roles table that contains the user's role.
* - denotes required