public interface Services
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
getInstitutionalServicesForIdp(String institutionId,
Locale locale) |
Optional<Service> |
getServiceByEntityId(String idpEntityId,
String spEntityId,
EntityType entityType,
Locale locale) |
Optional<Service> |
getServiceById(String idpEntityId,
Long spId,
EntityType entityType,
Locale locale) |
List<Service> |
getServicesByEntityIds(List<String> entityIds,
Locale locale) |
List<Service> |
getServicesForIdp(String idpEntityId,
boolean includeAll,
Locale locale) |
List<Service> getServicesForIdp(String idpEntityId, boolean includeAll, Locale locale) throws IOException
IOExceptionList<Service> getServicesByEntityIds(List<String> entityIds, Locale locale) throws IOException
IOExceptionOptional<Service> getServiceByEntityId(String idpEntityId, String spEntityId, EntityType entityType, Locale locale) throws IOException
IOExceptionOptional<Service> getServiceById(String idpEntityId, Long spId, EntityType entityType, Locale locale) throws IOException
IOExceptionList<Service> getInstitutionalServicesForIdp(String institutionId, Locale locale) throws IOException
IOExceptionCopyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.