| Package | Description |
|---|---|
| nl.surfnet.coin.csa | |
| nl.surfnet.coin.csa.model |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
CsaClient.getProtectedServices() |
List<Service> |
Csa.getProtectedServices()
Get a list of 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
|
| Modifier and Type | Method and Description |
|---|---|
Service |
OfferedService.getService() |
| Modifier and Type | Method and Description |
|---|---|
int |
Service.compareTo(Service other) |
| Constructor and Description |
|---|
OfferedService(Service service) |
Copyright © 2013–2014 SURFnet bv, The Netherlands. All rights reserved.