Uses of Class
org.oa4mp.client.loader.OA2Asset
-
Packages that use OA2Asset Package Description edu.uiuc.ncsa.myproxy.oauth2.tools edu.uiuc.ncsa.oa4mp.oauth2.client -
-
Uses of OA2Asset in edu.uiuc.ncsa.myproxy.oauth2.tools
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools that return OA2Asset Modifier and Type Method Description OA2Asset
OA2CLCCommands. getDummyAsset()
-
Uses of OA2Asset in edu.uiuc.ncsa.oa4mp.oauth2.client
Classes in edu.uiuc.ncsa.oa4mp.oauth2.client with type parameters of type OA2Asset Modifier and Type Class Description class
OA2AssetProvider<V extends OA2Asset>
Created by Jeff Gaynor
on 3/28/14 at 1:51 PMMethods in edu.uiuc.ncsa.oa4mp.oauth2.client that return OA2Asset Modifier and Type Method Description protected OA2Asset
OA2MPService. getAsset2(String id)
OA2Asset
OA2MPService. getCert(String id)
Note that this requires the identifier, not a token.Methods in edu.uiuc.ncsa.oa4mp.oauth2.client with parameters of type OA2Asset Modifier and Type Method Description net.sf.json.JSONObject
OA2MPService. exchangeAccessToken(OA2Asset asset, AccessToken accessToken, Map<String,String> additionalParams)
Use the access token to get another access token.protected net.sf.json.JSONObject
OA2MPService. exchangeIt(OA2Asset asset, Map<String,String> additionalParameters)
Actual workhorse.net.sf.json.JSONObject
OA2MPService. exchangeRefreshToken(OA2Asset asset, TokenImpl subjectToken, Map additionalParameters, boolean getAT, boolean subjectTokenIsAT)
Use this to either just get a new refresh token (getAT = false) or to use the refresh token to get a new access token (most usual case).ATResponse2
OA2MPService. getAccessToken(OA2Asset asset, AuthorizationGrant ag)
ATResponse2
OA2MPService. getAccessToken(OA2Asset asset, AuthorizationGrant ag, Map<String,String> additionalParameters)
AssetResponse
OA2MPService. getCert(OA2Asset a, ATResponse2 atResponse2)
net.sf.json.JSONObject
OA2MPService. introspect(OA2Asset asset, boolean doRT)
boolean
OA2MPService. revoke(OA2Asset dummyAsset, boolean revokeRT)
ATResponse2
OA2MPService. rfc8628Request(OA2Asset asset, String deviceCode, Map<String,String> additionalParameters)
protected void
OA2MPService. updateExchangedAsset(OA2Asset asset, net.sf.json.JSONObject claims)
-