Uses of Class
org.oa4mp.delegation.client.request.RTResponse
-
Packages that use RTResponse Package Description org.oa4mp.client.loader org.oa4mp.delegation.server.client -
-
Uses of RTResponse in org.oa4mp.client.loader
Methods in org.oa4mp.client.loader that return RTResponse Modifier and Type Method Description RTResponse
OA2MPService. refresh(String identifier)
This will take the identifier and make the necessary calls to the service to update the refresh token and access token.RTResponse
OA2MPService. refresh(String assetID, Map additionalParameters)
-
Uses of RTResponse in org.oa4mp.delegation.server.client
Subclasses of RTResponse in org.oa4mp.delegation.server.client Modifier and Type Class Description class
ATResponse2
Since the OAuth 2 protocol supports getting a refresh token back from the server with the access token, we have to include it in this class.Methods in org.oa4mp.delegation.server.client that return RTResponse Modifier and Type Method Description RTResponse
RTServer2. createResponse(AccessTokenImpl at, RefreshTokenImpl rt, IDTokenImpl idToken)
RTResponse
RTServer2. processRTRequest(RTRequest rtRequest)
RTResponse
DS2. refresh(RTRequest refreshTokenRequest)
As per spec., issue request for refresh from server.
-