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

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

public class accountParameters
extends java.lang.Object

accountParameters is a RESTful service which returns the auto-generated parameters used to define the potential owner's account of the specified ownership type on the given service. Normally this contains the suggest user id.

 This class has a Path annotation with the value "/accountParameters/{personDN}/{serviceDN}" which
 means the resource will be available at:
 http://<hostname>:<port>/<context root>/<servlet path>/accountParameters/{personDN}/{serviceDN}

 Only the GET Operation is supported: -
 

 


Constructor Summary
accountParameters()
           
 
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 Account Parameters (eruid) for a given Person and Service
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

accountParameters

public accountParameters()
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)
Processes a GET request and returns the Account Parameters (eruid) for a given Person and Service

Returns:
the suggested userid for a new account {"items": {"attributeValueMap": {"eruid":{"name":"eruid","values":["goona1"]}} }}