mitreid-connect
|
公開メンバ関数 | |
UserInfo | getByUsername (String username) |
UserInfo | getByUsernameAndClientId (String username, String clientId) |
UserInfo | getByEmailAddress (String email) |
Interface for UserInfo service
UserInfo org.mitre.openid.connect.service.UserInfoService.getByEmailAddress | ( | String | ) |
Get the user registered at this server with the given email address.
org.mitre.openid.connect.service.impl.DefaultUserInfoServiceで実装されています。
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で実装されています。
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で実装されています。