Installing and Using the PWDCredentials Table Component |
The PWDCredentials table component retrieves its data from the Authorizer. The Authorizer must therefore be started and accessible via a Rules Service. See your Definer help for more information about the Rules Service. 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 PWDCredentials 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: PWDCredentials Example 1: The length of a password should be greater than 6 characters PWDCredentials Example 2: The new password must be different from the old one PWDCredentials Example 3:New passwords should be encrypted
|