Installing and Using the CredentialsCheck Table Component |
Before you can add authentication rules for users, you must set the 'Validation Agent' of the users to 'External Service' and use the CredentialsCheck table component. The PWDCredentials table component is available in the Definer as an 'Off the Shelf Component'. For more information about Table Components and J2EE Components, see your Definer documentation. To import the CREDENTIALSCHECK table component:
The Off the Shelf Components window shows the name of the Java package that the component's class belongs to, the Java Archive file that contains the component's class definition, and the component name.
NOTE: Only commit the import if you are sure that you want the component in your repository, otherwise perform a rollback. To preview the results of an import, use "Store Record" from the Record menu instead of commit for each component marked for import. See Also: How the CREDENTIALSCHECK Table Component Works CredentialsCheck Example 1: A password should expire every month CredentialsCheck Example 2: Warn users that their password will expire within 10 days CredentialsCheck Example 3: A user should not log in more than 5 times a day
|