com.goonit.imapi.jaxrs.servlet.isim
Class accountEntitlements

java.lang.Object
  extended by com.goonit.imapi.jaxrs.servlet.isim.accountEntitlements

public class accountEntitlements
extends java.lang.Object

accountEntitlements is a RESTful service which retrieves the ProvisioningParameter for a Service in ISIM.

This class has a Path annotation with the value "/accountEntitlements/{perDN}/{serviceDN}" which means the resource will be available at: http://<hostname>:<port>/<context root>/<servlet path>/accountEntitlements/{perDN}/{serviceDN} The GET method returns the detail of the ProvisioningParameters for the Account


Constructor Summary
accountEntitlements()
           
 
Method Summary
 java.lang.String GET(javax.servlet.http.HttpServletRequest requestObj, javax.servlet.http.HttpServletResponse responseObj, java.lang.String strDN, java.lang.String serviceDNStr)
          Processes a GET request and returns the stored message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

accountEntitlements

public accountEntitlements()
Method Detail

GET

public java.lang.String GET(@Context
                            javax.servlet.http.HttpServletRequest requestObj,
                            @Context
                            javax.servlet.http.HttpServletResponse responseObj,
                            java.lang.String strDN,
                            java.lang.String serviceDNStr)
                     throws java.rmi.RemoteException,
                            com.ibm.itim.apps.ApplicationException
Processes a GET request and returns the stored message.

Parameters:
perDN - the DN of the Person for which the account is to be created
serviceDN - the DN of the Service on which the account will exist
Returns:
a JSON object representing the Account entitlements
Throws:
java.rmi.RemoteException
com.ibm.itim.apps.ApplicationException