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

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

public class personGetEntitlements
extends java.lang.Object

personGetEntitlements is a JAX-RS resource that returns the details of this Persons Entitlements determined through their Role Membership and the Provisioning Policies that are in existence.

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


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

Constructor Detail

personGetEntitlements

public personGetEntitlements()
Method Detail

GET

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

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