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

公開メンバ関数

Address getById (Long id)
 

詳解

Address repository interface

著者
Michael Joseph Walsh

関数詳解

◆ getById()

Address org.mitre.openid.connect.repository.AddressRepository.getById ( Long  id)

Returns the Address for the given id

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

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


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