Package | Description |
---|---|
org.forgerock.openig.filter.oauth2.client |
OAuth 2.0 Client filter implementation.
|
org.forgerock.openig.uma |
This package contains the UMA (User Managed Access) components used to support the Uma Resource Server role.
|
Modifier and Type | Method and Description |
---|---|
JsonValue |
ClientRegistration.getUserInfo(Context context,
org.forgerock.openig.filter.oauth2.client.OAuth2Session session)
Returns the json value of the user info obtained from the authorization
server if the response from the authorization server has a status code of
200.
|
JsonValue |
ClientRegistration.refreshAccessToken(Context context,
org.forgerock.openig.filter.oauth2.client.OAuth2Session session)
Refreshes the actual access token, making a refresh request to the token
end-point.
|
Modifier and Type | Class and Description |
---|---|
class |
UmaException
UMA Resource Server specific exception thrown when unrecoverable errors are happening.
|
Copyright 2011-2015 ForgeRock AS.