Authenticator DSC

Version 1 by Kendy Yus
on Oct 22, 2008 10:50.

compared with
Current by Kendy Yus
on Oct 23, 2008 12:42.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (7)

View page history
h2. Authenticator Service
Authenticator of users.: Produces textually formatted dates from date objects.
Authenticator of users.: Authenticates user information against the LiveCycle User Management database


h3. Operation: authenticate
Autenticate user: Checks user loginid and password against Adobe domain.
Autenticate user: Checks user loginid and password against LiveCycle User Management. For LDAP domains, the authentication is delegated to the LDAP server.
|| Input Parameter || Type || Description ||
| User login id. | java.lang.String | The user login id. |
| Password | java.lang.String | The password that the user has for the enterprise/adobe local or LDAP domain. |

|| Output Parameter || Type || Description ||
| Is Valid | java.lang.String | This indicates whether or not the user login id and password match the enterprise/adobe domain information. |
| Is Valid | java.lang.String | Returns 'true' if the user login id and password are valid, 'false' if the user doesn't exist, or the password is invalid. |