Uses of Class
org.oa4mp.delegation.common.token.impl.RefreshTokenImpl
-
Packages that use RefreshTokenImpl Package Description org.oa4mp.delegation.client.request org.oa4mp.delegation.common.token.impl org.oa4mp.delegation.server This package contains the code that a server will use to implement its delegation abilities.org.oa4mp.delegation.server.client org.oa4mp.delegation.server.server org.oa4mp.server.admin.myproxy.oauth2.tools -
-
Uses of RefreshTokenImpl in org.oa4mp.delegation.client.request
Methods in org.oa4mp.delegation.client.request that return RefreshTokenImpl Modifier and Type Method Description RefreshTokenImpl
RFC7662Request. getRefreshToken()
RefreshTokenImpl
RTResponse. getRefreshToken()
Methods in org.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 org.oa4mp.delegation.client.request with parameters of type RefreshTokenImpl Constructor Description RTResponse(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, IDTokenImpl idToken)
-
Uses of RefreshTokenImpl in org.oa4mp.delegation.common.token.impl
Methods in org.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 org.oa4mp.delegation.server
Methods in org.oa4mp.delegation.server that return RefreshTokenImpl Modifier and Type Method Description RefreshTokenImpl
OA2TokenForge. createToken(RTIRequest request)
RefreshTokenImpl
OA2TokenForge. getRefreshToken(String... tokens)
-
Uses of RefreshTokenImpl in org.oa4mp.delegation.server.client
Methods in org.oa4mp.delegation.server.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 org.oa4mp.delegation.server.client with parameters of type RefreshTokenImpl Constructor Description ATResponse2(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, IDTokenImpl idToken)
-
Uses of RefreshTokenImpl in org.oa4mp.delegation.server.server
Methods in org.oa4mp.delegation.server.server that return RefreshTokenImpl Modifier and Type Method Description RefreshTokenImpl
IDTokenResponse. getRefreshToken()
Methods in org.oa4mp.delegation.server.server with parameters of type RefreshTokenImpl Modifier and Type Method Description void
IDTokenResponse. setRefreshToken(RefreshTokenImpl refreshToken)
Constructors in org.oa4mp.delegation.server.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)
-
Uses of RefreshTokenImpl in org.oa4mp.server.admin.myproxy.oauth2.tools
Methods in org.oa4mp.server.admin.myproxy.oauth2.tools that return RefreshTokenImpl Modifier and Type Method Description RefreshTokenImpl
OA2CLCCommands. getRefreshToken()
-