public interface LmngIdentifierDao
| Modifier and Type | Method and Description |
|---|---|
List<MappingEntry> |
findAllIdentityProviders() |
List<MappingEntry> |
findAllServiceProviders() |
String |
getLmngIdForIdentityProviderId(String identityProviderId)
Method that returns a identifier for the IdP in LMNG belonging to the given IdP-Id
|
String |
getLmngIdForServiceProviderId(String spId)
Method that returns a identifier for the SP in LMNG belonging to the given SP-Id
|
void |
saveOrUpdateLmngIdForIdentityProviderId(String idpId,
String lmngId)
Save or update an lmngId for the identityProvider with the given ID
|
void |
saveOrUpdateLmngIdForServiceProviderId(String spId,
String lmngId)
Save or update an lmngId for the serviceprovider with the given ID
|
String getLmngIdForIdentityProviderId(String identityProviderId)
identityProviderId - the identifier as used in this project for an IdPString getLmngIdForServiceProviderId(String spId)
spId - the identifier as used in this project for an SPvoid saveOrUpdateLmngIdForServiceProviderId(String spId, String lmngId)
spId - the id of the serviceproviderlmngId - the lmng corresponding identifiervoid saveOrUpdateLmngIdForIdentityProviderId(String idpId, String lmngId)
idpId - the id of the identityProviderlmngId - the lmng corresponding identifierList<MappingEntry> findAllIdentityProviders()
List<MappingEntry> findAllServiceProviders()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.