mitreid-connect
|
公開メンバ関数 | |
Collection< WhitelistedSite > | getAll () |
WhitelistedSite | getById (Long id) |
WhitelistedSite | getByClientId (String clientId) |
void | remove (WhitelistedSite whitelistedSite) |
WhitelistedSite | saveNew (WhitelistedSite whitelistedSite) |
WhitelistedSite | update (WhitelistedSite oldWhitelistedSite, WhitelistedSite whitelistedSite) |
Interface for WhitelistedSite service
Collection<WhitelistedSite> org.mitre.openid.connect.service.WhitelistedSiteService.getAll | ( | ) |
Return a collection of all WhitelistedSite managed by this service
org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteServiceで実装されています。
WhitelistedSite org.mitre.openid.connect.service.WhitelistedSiteService.getByClientId | ( | String | clientId | ) |
Find a WhitelistedSite by its associated ClientDetails reference
client | the Relying Party |
org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteServiceで実装されています。
WhitelistedSite org.mitre.openid.connect.service.WhitelistedSiteService.getById | ( | Long | id | ) |
Returns the WhitelistedSite for the given id
id | id the id of the WhitelistedSite |
org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteServiceで実装されています。
void org.mitre.openid.connect.service.WhitelistedSiteService.remove | ( | WhitelistedSite | whitelistedSite | ) |
Removes the given WhitelistedSite from the repository
address | the WhitelistedSite object to remove |
org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteServiceで実装されています。
WhitelistedSite org.mitre.openid.connect.service.WhitelistedSiteService.saveNew | ( | WhitelistedSite | whitelistedSite | ) |
Persists a new WhitelistedSite
whitelistedSite | the WhitelistedSite to be saved |
org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteServiceで実装されています。
WhitelistedSite org.mitre.openid.connect.service.WhitelistedSiteService.update | ( | WhitelistedSite | oldWhitelistedSite, |
WhitelistedSite | whitelistedSite | ||
) |
Updates an existing whitelisted site
org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteServiceで実装されています。