|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LmngIdentifierDao
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
String getLmngIdForIdentityProviderId(String identityProviderId)
identityProviderId - the identifier as used in this project for an IdP
String getLmngIdForServiceProviderId(String spId)
spId - the identifier as used in this project for an SP
void saveOrUpdateLmngIdForServiceProviderId(String spId,
String lmngId)
spId - the id of the serviceproviderlmngId - the lmng corresponding identifier
void saveOrUpdateLmngIdForIdentityProviderId(String idpId,
String lmngId)
idpId - the id of the identityProviderlmngId - the lmng corresponding identifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||