Uses of Class
nl.surfnet.coin.csa.model.Service

Packages that use Service
nl.surfnet.coin.csa   
nl.surfnet.coin.csa.model   
 

Uses of Service in nl.surfnet.coin.csa
 

Methods in nl.surfnet.coin.csa that return Service
 Service CsaClient.getServiceForIdp(String idpEntityId, long serviceId)
           
 Service Csa.getServiceForIdp(String idpEntityId, long serviceId)
          Get a service's details, scoped by the given IDP entity ID
 Service CsaClient.getServiceForIdp(String idpEntityId, String spEntityId)
           
 Service Csa.getServiceForIdp(String idpEntityId, String spEntityId)
          Get a service's details, scoped by the given IDP entity ID and SP entity ID
 

Methods in nl.surfnet.coin.csa that return types with arguments of type Service
 List<Service> CsaClient.getProtectedServices()
           
 List<Service> Csa.getProtectedServices()
          Get a list oof all protected services scoped by the Idp of the logged in person
 List<Service> CsaClient.getPublicServices()
           
 List<Service> Csa.getPublicServices()
          Get a list of all services available to anyone.
 List<Service> CsaClient.getServicesForIdp(String idpEntityId)
           
 List<Service> Csa.getServicesForIdp(String idpEntityId)
          Get a list of services, scoped by the given IDP entity ID
 

Uses of Service in nl.surfnet.coin.csa.model
 

Methods in nl.surfnet.coin.csa.model with parameters of type Service
 int Service.compareTo(Service other)
           
 



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