| Package | Description |
|---|---|
| org.apache.cxf.rs.security.oidc.idp | |
| org.apache.cxf.rs.security.oidc.rp |
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
UserInfoProvider.getUserInfo(String clientId,
org.apache.cxf.rs.security.oauth2.common.UserSubject authenticatedUser,
List<org.apache.cxf.rs.security.oauth2.common.OAuthPermission> scopes) |
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
OidcClientTokenContext.getUserInfo() |
UserInfo |
UserInfoClient.getUserInfo(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at,
IdToken idToken) |
UserInfo |
UserInfoClient.getUserInfo(org.apache.cxf.rs.security.oauth2.common.ClientAccessToken at,
IdToken idToken,
boolean asJwt) |
UserInfo |
UserInfoClient.getUserInfoFromJwt(org.apache.cxf.rs.security.jose.jwt.JwtToken jwt,
IdToken idToken) |
UserInfo |
UserInfoClient.getUserInfoFromJwt(String profileJwtToken,
IdToken idToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
OidcClientTokenContext.setUserInfo(UserInfo userInfo) |
void |
UserInfoClient.validateUserInfo(UserInfo profile,
IdToken idToken) |
Apache CXF