Package | Description |
---|---|
org.mitre.openid.connect.repository | |
org.mitre.openid.connect.service |
Modifier and Type | Method and Description |
---|---|
BlacklistedSite |
BlacklistedSiteRepository.getById(Long id) |
BlacklistedSite |
BlacklistedSiteRepository.save(BlacklistedSite blacklistedSite) |
BlacklistedSite |
BlacklistedSiteRepository.update(BlacklistedSite oldBlacklistedSite,
BlacklistedSite blacklistedSite) |
Modifier and Type | Method and Description |
---|---|
Collection<BlacklistedSite> |
BlacklistedSiteRepository.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
BlacklistedSiteRepository.remove(BlacklistedSite blacklistedSite) |
BlacklistedSite |
BlacklistedSiteRepository.save(BlacklistedSite blacklistedSite) |
BlacklistedSite |
BlacklistedSiteRepository.update(BlacklistedSite oldBlacklistedSite,
BlacklistedSite blacklistedSite) |
Modifier and Type | Method and Description |
---|---|
BlacklistedSite |
BlacklistedSiteService.getById(Long id) |
BlacklistedSite |
BlacklistedSiteService.saveNew(BlacklistedSite blacklistedSite) |
BlacklistedSite |
BlacklistedSiteService.update(BlacklistedSite oldBlacklistedSite,
BlacklistedSite blacklistedSite) |
Modifier and Type | Method and Description |
---|---|
Collection<BlacklistedSite> |
BlacklistedSiteService.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
BlacklistedSiteService.remove(BlacklistedSite blacklistedSite) |
BlacklistedSite |
BlacklistedSiteService.saveNew(BlacklistedSite blacklistedSite) |
BlacklistedSite |
BlacklistedSiteService.update(BlacklistedSite oldBlacklistedSite,
BlacklistedSite blacklistedSite) |
Copyright © 2022. All rights reserved.