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

公開メンバ関数

Collection<? extends GrantedAuthority > mapAuthorities (JWT idToken, UserInfo userInfo)
 

詳解

著者
jricher

関数詳解

◆ mapAuthorities()

Collection<? extends GrantedAuthority> org.mitre.openid.connect.client.OIDCAuthoritiesMapper.mapAuthorities ( JWT  idToken,
UserInfo  userInfo 
)
引数
idTokenthe ID Token (parsed as a JWT, cannot be )
userInfouserInfo of the current user (could be )
戻り値
the set of authorities to map to this user

org.mitre.openid.connect.client.NamedAdminAuthoritiesMapper, org.mitre.uma.util.ExternalLoginAuthoritiesMapperで実装されています。


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