public interface LmngIdentifierDao
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentityProviderIdForLmngId(String lnmgId)
Method that returns a identifier for the IdP belonging to the given LMNG-Id
|
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 getIdentityProviderIdForLmngId(String lnmgId)
lnmgId - the identifier as used in LMNG 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 identifierCopyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.