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

公開メンバ関数

UserInfo getByUsername (String username)
 
UserInfo getByUsernameAndClientId (String username, String clientId)
 
UserInfo getByEmailAddress (String email)
 

詳解

Interface for UserInfo service

著者
Michael Joseph Walsh

関数詳解

◆ getByEmailAddress()

UserInfo org.mitre.openid.connect.service.UserInfoService.getByEmailAddress ( String  email)

Get the user registered at this server with the given email address.

引数
email
戻り値

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

◆ getByUsername()

UserInfo org.mitre.openid.connect.service.UserInfoService.getByUsername ( String  username)

Get the UserInfo for the given username (usually maps to the preferredUsername field).

引数
username
戻り値

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

◆ getByUsernameAndClientId()

UserInfo org.mitre.openid.connect.service.UserInfoService.getByUsernameAndClientId ( String  username,
String  clientId 
)

Get the UserInfo for the given username (usually maps to the preferredUsername field) and clientId. This allows pairwise client identifiers where appropriate.

引数
username
clientId
戻り値

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


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