org.surfnet.cruncher.resource
Class CruncherResource

java.lang.Object
  extended by org.surfnet.cruncher.resource.CruncherResource

@Named
public class CruncherResource
extends Object


Constructor Summary
CruncherResource()
           
 
Method Summary
 javax.ws.rs.core.Response getLoginsPerInterval(javax.servlet.http.HttpServletRequest request, Long startDate, Long endDate, String idpEntityId, String spEntityId)
           
 javax.ws.rs.core.Response getRecentLoginsForUser(javax.servlet.http.HttpServletRequest request, String userId, String idpEntityId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CruncherResource

public CruncherResource()
Method Detail

getRecentLoginsForUser

public javax.ws.rs.core.Response getRecentLoginsForUser(@Context
                                                        javax.servlet.http.HttpServletRequest request,
                                                        String userId,
                                                        String idpEntityId)

getLoginsPerInterval

public javax.ws.rs.core.Response getLoginsPerInterval(@Context
                                                      javax.servlet.http.HttpServletRequest request,
                                                      Long startDate,
                                                      Long endDate,
                                                      String idpEntityId,
                                                      String spEntityId)


Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.