mitreid-connect
公開メンバ関数 | 全メンバ一覧
org.mitre.openid.connect.service.WhitelistedSiteService インタフェース
org.mitre.openid.connect.service.WhitelistedSiteService の継承関係図
Inheritance graph
org.mitre.openid.connect.service.WhitelistedSiteService 連携図
Collaboration graph

公開メンバ関数

Collection< WhitelistedSitegetAll ()
 
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

著者
Michael Joseph Walsh, aanganes

関数詳解

◆ getAll()

Collection<WhitelistedSite> org.mitre.openid.connect.service.WhitelistedSiteService.getAll ( )

Return a collection of all WhitelistedSite managed by this service

戻り値
the WhitelistedSite collection, or null

org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteServiceで実装されています。

◆ getByClientId()

WhitelistedSite org.mitre.openid.connect.service.WhitelistedSiteService.getByClientId ( String  clientId)

Find a WhitelistedSite by its associated ClientDetails reference

引数
clientthe Relying Party
戻り値
the corresponding WhitelistedSite if one exists for the RP, or null

org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteServiceで実装されています。

◆ getById()

WhitelistedSite org.mitre.openid.connect.service.WhitelistedSiteService.getById ( Long  id)

Returns the WhitelistedSite for the given id

引数
idid the id of the WhitelistedSite
戻り値
a valid WhitelistedSite if it exists, null otherwise

org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteServiceで実装されています。

◆ remove()

void org.mitre.openid.connect.service.WhitelistedSiteService.remove ( WhitelistedSite  whitelistedSite)

Removes the given WhitelistedSite from the repository

引数
addressthe WhitelistedSite object to remove

org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteServiceで実装されています。

◆ saveNew()

WhitelistedSite org.mitre.openid.connect.service.WhitelistedSiteService.saveNew ( WhitelistedSite  whitelistedSite)

Persists a new WhitelistedSite

引数
whitelistedSitethe WhitelistedSite to be saved
戻り値

org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteServiceで実装されています。

◆ update()

WhitelistedSite org.mitre.openid.connect.service.WhitelistedSiteService.update ( WhitelistedSite  oldWhitelistedSite,
WhitelistedSite  whitelistedSite 
)

Updates an existing whitelisted site

org.mitre.openid.connect.service.impl.DefaultWhitelistedSiteServiceで実装されています。


このインタフェース詳解は次のファイルから抽出されました: