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

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

public class profileSchema
extends java.lang.Object

profileSchema is a RESTFul service which returns the schema for objectProfiles by Category e.g. person, ldapaccount, etc.

This class has a Path annotation with the value "/profileSchema/{profileName}" which means the resource will be available at: http://<hostname>:<port>/<context root>/<servlet path>/profileSchema/{profileName} Only the GET method is implemented


Constructor Summary
profileSchema()
           
 
Method Summary
 java.lang.String GET(javax.servlet.http.HttpServletRequest requestObj, javax.servlet.http.HttpServletResponse responseObj, java.lang.String category)
          Processes a GET request (READ) and returns a JSON object with the Schema Details.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

profileSchema

public profileSchema()
Method Detail

GET

public java.lang.String GET(@Context
                            javax.servlet.http.HttpServletRequest requestObj,
                            @Context
                            javax.servlet.http.HttpServletResponse responseObj,
                            java.lang.String category)
                     throws java.rmi.RemoteException,
                            com.ibm.itim.apps.ApplicationException
Processes a GET request (READ) and returns a JSON object with the Schema Details.

 

Throws:
java.rmi.RemoteException
com.ibm.itim.apps.ApplicationException