AquaLogic User Interaction Development Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Deploying a Java Profile Service

To deploy an authentication service to a Java application server, follow these steps.


  • The IDK must be installed on the server to which you intend to deploy.
  • You must have implemented IProfileProvider and IUser. For details, see Implementing a Profile Service.

This topic describes how to deploy an Authentication Service implemented in Java to a Java application server.

To deploy an authentication service to a supported Java application server:
  1. Access the IDK deployment servlet (DeployServlet) in a browser. The IDK deployment servlet is located at http://app server:port/edk/DeployServlet
  2. Choose Profile and wait for the page to reload.
  3. Enter a prefix to identify this authentication service and the fully qualified name of the implementation of IAuthProvider, ISyncProvider, or both.
  4. If this service uses SCI, check Use Service Configuration Interface (SCI) and enter the fully qualified name of the appropriate implementation of IAdminEditor.
  5. Copy and paste the URLs displayed on the results page to a text file; these are the URLs that should be used when you configure the service in the portal.

  Back to Top      Previous Next