Package | Description |
---|---|
org.mitre.openid.connect.repository | |
org.mitre.openid.connect.service |
Modifier and Type | Method and Description |
---|---|
WhitelistedSite |
WhitelistedSiteRepository.getByClientId(String clientId)
Find a WhitelistedSite by its associated ClientDetails reference
|
WhitelistedSite |
WhitelistedSiteRepository.getById(Long id)
Returns the WhitelistedSite for the given id
|
WhitelistedSite |
WhitelistedSiteRepository.save(WhitelistedSite whiteListedSite)
Persists a WhitelistedSite
|
WhitelistedSite |
WhitelistedSiteRepository.update(WhitelistedSite oldWhitelistedSite,
WhitelistedSite whitelistedSite)
Persist changes to a whitelistedSite.
|
Modifier and Type | Method and Description |
---|---|
Collection<WhitelistedSite> |
WhitelistedSiteRepository.getAll()
Return a collection of all WhitelistedSite managed by this repository
|
Collection<WhitelistedSite> |
WhitelistedSiteRepository.getByCreator(String creatorId)
Return a collection of the WhitelistedSites created by a given user
|
Modifier and Type | Method and Description |
---|---|
void |
WhitelistedSiteRepository.remove(WhitelistedSite whitelistedSite)
Removes the given IdToken from the repository
|
WhitelistedSite |
WhitelistedSiteRepository.save(WhitelistedSite whiteListedSite)
Persists a WhitelistedSite
|
WhitelistedSite |
WhitelistedSiteRepository.update(WhitelistedSite oldWhitelistedSite,
WhitelistedSite whitelistedSite)
Persist changes to a whitelistedSite.
|
Modifier and Type | Method and Description |
---|---|
WhitelistedSite |
WhitelistedSiteService.getByClientId(String clientId)
Find a WhitelistedSite by its associated ClientDetails reference
|
WhitelistedSite |
WhitelistedSiteService.getById(Long id)
Returns the WhitelistedSite for the given id
|
WhitelistedSite |
WhitelistedSiteService.saveNew(WhitelistedSite whitelistedSite)
Persists a new WhitelistedSite
|
WhitelistedSite |
WhitelistedSiteService.update(WhitelistedSite oldWhitelistedSite,
WhitelistedSite whitelistedSite)
Updates an existing whitelisted site
|
Modifier and Type | Method and Description |
---|---|
Collection<WhitelistedSite> |
WhitelistedSiteService.getAll()
Return a collection of all WhitelistedSite managed by this service
|
Modifier and Type | Method and Description |
---|---|
void |
WhitelistedSiteService.remove(WhitelistedSite whitelistedSite)
Removes the given WhitelistedSite from the repository
|
WhitelistedSite |
WhitelistedSiteService.saveNew(WhitelistedSite whitelistedSite)
Persists a new WhitelistedSite
|
WhitelistedSite |
WhitelistedSiteService.update(WhitelistedSite oldWhitelistedSite,
WhitelistedSite whitelistedSite)
Updates an existing whitelisted site
|
Copyright © 2022. All rights reserved.