Authentication on the server
When authentication is activated in the server, user credentials are authenticated against LDAP or a local database. (If you need configuration details, see your system administrator.)
You can use the Administration client utility method isAuthenticationEnabled() or IsAuthenticationEnabled() (in Java or C#, respectively) to determine the authentication state on the server. If this method returns true, authentication is enabled for your server.
- Create authenticated objects
When you are developing an application for a server that has authentication enabled, use the constructor that specifies username and password.
Related concepts
Copyright © TIBCO Software Inc. All rights reserved.