| Package | Description |
|---|---|
| org.apache.syncope.core.persistence.api.dao | |
| org.apache.syncope.core.persistence.api.entity |
| Modifier and Type | Method and Description |
|---|---|
SAML2IdP |
SAML2IdPDAO.find(String key) |
SAML2IdP |
SAML2IdPDAO.findByEntityID(String entityID) |
SAML2IdP |
SAML2IdPDAO.save(SAML2IdP idp) |
| Modifier and Type | Method and Description |
|---|---|
List<SAML2IdP> |
SAML2IdPDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
SAML2IdP |
SAML2IdPDAO.save(SAML2IdP idp) |
| Modifier and Type | Method and Description |
|---|---|
SAML2IdP |
SAML2IdPItem.getIdP() |
SAML2IdP |
SAML2UserTemplate.getIdP() |
| Modifier and Type | Method and Description |
|---|---|
void |
SAML2IdPItem.setIdP(SAML2IdP idp) |
void |
SAML2UserTemplate.setIdP(SAML2IdP idp) |
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.