|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IdentityProviderService
Interface of Identity Provider Services.
| Method Summary | |
|---|---|
List<IdentityProvider> |
getAllIdentityProviders()
Get a list of all idps |
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<String> |
getLinkedServiceProviderIDs(String idpId)
Get a list of all SP identifiers linked to the Idp |
| Method Detail |
|---|
IdentityProvider getIdentityProvider(String idpEntityId)
idpEntityId - the id.
List<IdentityProvider> getInstituteIdentityProviders(String instituteId)
instituteId - the instituteId
List<IdentityProvider> getAllIdentityProviders()
List<String> getLinkedServiceProviderIDs(String idpId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||