objectMapper| Constructor and Description |
|---|
UrlResourceManage(String username,
String password,
String manageBaseUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
connectWithoutInteraction(String idpId,
String spId,
String type) |
List<IdentityProvider> |
getAllIdentityProviders()
Get a list of all idps
|
List<ServiceProvider> |
getAllServiceProviders()
Get a list of all available Service Providers
|
List<ServiceProvider> |
getByEntityIdin(List<String> entityIds) |
Optional<IdentityProvider> |
getIdentityProvider(String idpEntityId,
boolean searchRevisions)
Get an identity provider by its id.
|
List<IdentityProvider> |
getInstituteIdentityProviders(String instituteId)
Get a list of all idps that have the same instituteId as the given one.
|
List<ServiceProvider> |
getInstitutionalServicesForIdp(String instituteId)
Get a list of all ServiceProviders that have the same instituteId as the given one.
|
List<IdentityProvider> |
getLinkedIdentityProviders(String spId)
Get a list of all idps connected to a SP
|
List<ServiceProvider> |
getLinkedServiceProviders(String idpId) |
Optional<ServiceProvider> |
getServiceProvider(String spEntityId,
EntityType type,
boolean searchRevisions)
Get a
ServiceProvider by its entity ID, without a idpEntityId |
Optional<ServiceProvider> |
getServiceProviderById(Long spId,
EntityType entityType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitidentityProvider, parseProviders, serviceProvider, transformManageMetadatapublic List<ServiceProvider> getAllServiceProviders()
ManagegetAllServiceProviders in interface ManageServiceProviderpublic Optional<ServiceProvider> getServiceProvider(String spEntityId, EntityType type, boolean searchRevisions)
ManageServiceProvider by its entity ID, without a idpEntityIdgetServiceProvider in interface ManagespEntityId - the entity id of the ServiceProviderServiceProvider object.public Optional<ServiceProvider> getServiceProviderById(Long spId, EntityType entityType)
getServiceProviderById in interface Managepublic Optional<IdentityProvider> getIdentityProvider(String idpEntityId, boolean searchRevisions)
ManagegetIdentityProvider in interface ManageidpEntityId - the id.public List<IdentityProvider> getInstituteIdentityProviders(String instituteId)
ManagegetInstituteIdentityProviders in interface ManageinstituteId - the instituteIdpublic List<IdentityProvider> getAllIdentityProviders()
ManagegetAllIdentityProviders in interface Managepublic List<IdentityProvider> getLinkedIdentityProviders(String spId)
ManagegetLinkedIdentityProviders in interface Managepublic List<ServiceProvider> getLinkedServiceProviders(String idpId)
getLinkedServiceProviders in interface Managepublic List<ServiceProvider> getByEntityIdin(List<String> entityIds)
getByEntityIdin in interface Managepublic List<ServiceProvider> getInstitutionalServicesForIdp(String instituteId)
ManagegetInstitutionalServicesForIdp in interface ManageinstituteId - the instituteIdCopyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.