public interface UserInfoProvider
| Modifier and Type | Method and Description |
|---|---|
IdToken |
getIdToken(String clientId,
org.apache.cxf.rs.security.oauth2.common.UserSubject authenticatedUser,
List<org.apache.cxf.rs.security.oauth2.common.OAuthPermission> scopes) |
UserInfo |
getUserInfo(String clientId,
org.apache.cxf.rs.security.oauth2.common.UserSubject authenticatedUser,
List<org.apache.cxf.rs.security.oauth2.common.OAuthPermission> scopes) |
Apache CXF