Uses of Class
org.oa4mp.delegation.common.impl.token.RefreshTokenImpl
-
-
Uses of RefreshTokenImpl in edu.uiuc.ncsa.myproxy.oauth2.tools
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools that return RefreshTokenImpl Modifier and Type Method Description RefreshTokenImpl
OA2CLCCommands. getRefreshToken()
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools with parameters of type RefreshTokenImpl Modifier and Type Method Description protected void
OA2CLCCommands. OLDprintToken(RefreshTokenImpl refreshToken, boolean noVerify, boolean printRaw)
-
Uses of RefreshTokenImpl in edu.uiuc.ncsa.oa4mp.delegation.client.request
Methods in edu.uiuc.ncsa.oa4mp.delegation.client.request that return RefreshTokenImpl Modifier and Type Method Description RefreshTokenImpl
RFC7662Request. getRefreshToken()
RefreshTokenImpl
RTResponse. getRefreshToken()
Methods in edu.uiuc.ncsa.oa4mp.delegation.client.request with parameters of type RefreshTokenImpl Modifier and Type Method Description void
RFC7662Request. setRefreshToken(RefreshTokenImpl refreshToken)
void
RTResponse. setRefreshToken(RefreshTokenImpl refreshToken)
Constructors in edu.uiuc.ncsa.oa4mp.delegation.client.request with parameters of type RefreshTokenImpl Constructor Description RTResponse(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, IDTokenImpl idToken)
-
Uses of RefreshTokenImpl in edu.uiuc.ncsa.oa4mp.delegation.common.token.impl
Methods in edu.uiuc.ncsa.oa4mp.delegation.common.token.impl that return RefreshTokenImpl Modifier and Type Method Description static RefreshTokenImpl
TokenFactory. createRT(String rawToken)
static RefreshTokenImpl
TokenFactory. createRT(net.sf.json.JSONObject json)
Recreate the object from its serialized form. -
Uses of RefreshTokenImpl in edu.uiuc.ncsa.oa4mp.delegation.oa2
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2 that return RefreshTokenImpl Modifier and Type Method Description RefreshTokenImpl
OA2TokenForge. createToken(RTIRequest request)
RefreshTokenImpl
OA2TokenForge. getRefreshToken(String... tokens)
-
Uses of RefreshTokenImpl in edu.uiuc.ncsa.oa4mp.delegation.oa2.client
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.client with parameters of type RefreshTokenImpl Modifier and Type Method Description protected ATResponse2
ATServer2. createResponse(AccessTokenImpl at, RefreshTokenImpl rt, IDTokenImpl idToken)
RTResponse
RTServer2. createResponse(AccessTokenImpl at, RefreshTokenImpl rt, IDTokenImpl idToken)
Constructors in edu.uiuc.ncsa.oa4mp.delegation.oa2.client with parameters of type RefreshTokenImpl Constructor Description ATResponse2(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, IDTokenImpl idToken)
-
Uses of RefreshTokenImpl in edu.uiuc.ncsa.oa4mp.delegation.oa2.server
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.server that return RefreshTokenImpl Modifier and Type Method Description RefreshTokenImpl
IDTokenResponse. getRefreshToken()
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.server with parameters of type RefreshTokenImpl Modifier and Type Method Description void
IDTokenResponse. setRefreshToken(RefreshTokenImpl refreshToken)
Constructors in edu.uiuc.ncsa.oa4mp.delegation.oa2.server with parameters of type RefreshTokenImpl Constructor Description ATIResponse2(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, boolean isOIDC)
IDTokenResponse(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, boolean isOIDC)
RTIResponse(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, boolean isOIDC)
-