| Modifier and Type | Method and Description |
|---|---|
IdentityProvider |
LmngIdentityBinding.getIdentityProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
LmngIdentityBinding.setIdentityProvider(IdentityProvider identityProvider) |
| Constructor and Description |
|---|
LmngIdentityBinding(IdentityProvider identityProvider)
Constructor with initial identityprovider
|
LmngIdentityBinding(String lmngIdentifier,
IdentityProvider identityProvider)
Constructor with initial fields
|
| Modifier and Type | Method and Description |
|---|---|
IdentityProvider |
BaseController.getRequestedIdp(String idpId,
javax.servlet.http.HttpServletRequest request)
Exposes the requested IdP for use in RequestMapping methods.
|
| Modifier and Type | Method and Description |
|---|---|
List<IdentityProvider> |
BaseController.getMyInstitutionIdps() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
HomeController.home(IdentityProvider selectedidp,
javax.servlet.http.HttpServletRequest request) |
org.springframework.web.servlet.view.RedirectView |
ServiceDetailController.revokeKeys(long compoundSpId,
String spEntityId,
IdentityProvider selectedidp) |
org.springframework.web.servlet.ModelAndView |
ServiceDetailController.serviceDetail(long compoundSpId,
String revoked,
String refreshCache,
IdentityProvider selectedidp)
Controller for detail page.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
LinkrequestController.listActions(IdentityProvider selectedidp) |
org.springframework.web.servlet.ModelAndView |
LinkrequestController.spLinkRequest(String spEntityId,
Long compoundSpId,
IdentityProvider selectedidp)
Controller for request form page.
|
org.springframework.web.servlet.ModelAndView |
QuestionController.spQuestion(String spEntityId,
Long compoundSpId,
IdentityProvider selectedidp)
Controller for question form page.
|
org.springframework.web.servlet.ModelAndView |
QuestionController.spQuestionSubmit(String spEntityId,
Long compoundSpId,
IdentityProvider selectedidp,
Question question,
org.springframework.validation.BindingResult result) |
org.springframework.web.servlet.ModelAndView |
LinkrequestController.spRequestPost(String spEntityId,
Long compoundSpId,
LinkRequest linkrequest,
org.springframework.validation.BindingResult result,
IdentityProvider selectedidp,
org.springframework.web.bind.support.SessionStatus sessionStatus) |
org.springframework.web.servlet.ModelAndView |
UnlinkRequestController.spRequestSubmitConfirm(String spEntityId,
Long compoundSpId,
UnlinkRequest unlinkrequest,
org.springframework.validation.BindingResult result,
boolean confirmed,
IdentityProvider selectedidp,
org.springframework.web.bind.support.SessionStatus sessionStatus) |
org.springframework.web.servlet.ModelAndView |
UnlinkRequestController.spUnlinkRequest(String spEntityId,
Long compoundSpId,
IdentityProvider selectedidp)
Controller for unlink request form page.
|
org.springframework.web.servlet.ModelAndView |
UnlinkRequestController.spUnlinkrequestPost(String spEntityId,
Long compoundSpId,
IdentityProvider selectedidp,
UnlinkRequest unlinkrequest,
org.springframework.validation.BindingResult result) |
| Modifier and Type | Method and Description |
|---|---|
List<ChartSerie> |
StatisticController.getLoginsPerSP(IdentityProvider selectedidp) |
String |
StatisticController.getLoginsPerSPMock(IdentityProvider selectedidp) |
String |
StatisticController.stats(org.springframework.ui.ModelMap model,
IdentityProvider selectedidp) |
| Modifier and Type | Field and Description |
|---|---|
static IdentityProvider |
IdentityProvider.NONE |
| Modifier and Type | Method and Description |
|---|---|
List<IdentityProvider> |
FederatieConfig.getIdPs() |
List<IdentityProvider> |
CoinUser.getInstitutionIdps()
List of
IdentityProvider's of the institution for this users. |
| Modifier and Type | Method and Description |
|---|---|
void |
FederatieConfig.addIdP(IdentityProvider idP) |
void |
CoinUser.addInstitutionIdp(IdentityProvider idp) |
| Modifier and Type | Method and Description |
|---|---|
void |
FederatieConfig.setIdPs(List<IdentityProvider> idPs) |
| Modifier and Type | Method and Description |
|---|---|
IdentityProvider |
IdentityProviderService.getIdentityProvider(String idpEntityId)
Get an identity provider by its id.
|
| Modifier and Type | Method and Description |
|---|---|
List<IdentityProvider> |
IdentityProviderService.getAllIdentityProviders()
Get a list of all idps
|
List<IdentityProvider> |
IdentityProviderService.getInstituteIdentityProviders(String instituteId)
Get a list of all idps that have the same instituteId as the given one.
|
| Modifier and Type | Method and Description |
|---|---|
List<License> |
LmngService.getLicensesForIdpAndSp(IdentityProvider identityProvider,
String articleIdentifier,
Date validOn)
Gets a list with Licenses for the given
identityProvider and services (lmngIdentifiers) which are valid on the given day
|
| Modifier and Type | Method and Description |
|---|---|
static IdentityProvider |
ServiceRegistryProviderService.buildIdentityProviderByMetadata(nl.surfnet.coin.janus.domain.EntityMetadata metadata)
Create a IdentityProvider and inflate it with the given metadata
attributes.
|
IdentityProvider |
ServiceRegistryProviderService.getIdentityProvider(String idpEntityId) |
| Modifier and Type | Method and Description |
|---|---|
List<IdentityProvider> |
ServiceRegistryProviderService.getAllIdentityProviders() |
List<IdentityProvider> |
ServiceRegistryProviderService.getInstituteIdentityProviders(String instituteId) |
| Modifier and Type | Method and Description |
|---|---|
CompoundServiceProvider |
CompoundSPService.getCSPById(IdentityProvider idp,
long compoundSpId,
boolean refreshCache)
Get a CSP by its ID, for the given IDP.
|
List<CompoundServiceProvider> |
CompoundSPService.getCSPsByIdp(IdentityProvider identityProvider) |
List<License> |
LmngServiceMock.getLicensesForIdpAndSp(IdentityProvider identityProvider,
String articleIdentifier,
Date validOn) |
List<License> |
LmngServiceImpl.getLicensesForIdpAndSp(IdentityProvider identityProvider,
String articleIdentifier,
Date validOn) |
Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.