public interface IdentityProviderService
| Modifier and Type | Method and Description |
|---|---|
List<IdentityProvider> |
getAllIdentityProviders()
Get a list of all idps
|
Optional<IdentityProvider> |
getIdentityProvider(String idpEntityId)
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<IdentityProvider> |
getLinkedIdentityProviders(String spId)
Get a list of all idps connected to a SP
|
List<String> |
getLinkedServiceProviderIDs(String idpId)
Get a list of all SP identifiers linked to the Idp
|
Optional<IdentityProvider> getIdentityProvider(String idpEntityId)
idpEntityId - the id.List<IdentityProvider> getInstituteIdentityProviders(String instituteId)
instituteId - the instituteIdList<IdentityProvider> getAllIdentityProviders()
List<IdentityProvider> getLinkedIdentityProviders(String spId)
Copyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.