Uses of Class
org.oa4mp.delegation.common.token.impl.AccessTokenImpl
-
Packages that use AccessTokenImpl 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 -
-
Uses of AccessTokenImpl in org.oa4mp.delegation.client.request
Methods in org.oa4mp.delegation.client.request that return AccessTokenImpl Modifier and Type Method Description AccessTokenImpl
RFC7662Request. getAccessToken()
Methods in org.oa4mp.delegation.client.request with parameters of type AccessTokenImpl Modifier and Type Method Description void
RFC7662Request. setAccessToken(AccessTokenImpl accessToken)
Constructors in org.oa4mp.delegation.client.request with parameters of type AccessTokenImpl Constructor Description RTResponse(AccessTokenImpl accessToken)
RTResponse(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, IDTokenImpl idToken)
-
Uses of AccessTokenImpl in org.oa4mp.delegation.common.token.impl
Methods in org.oa4mp.delegation.common.token.impl that return AccessTokenImpl Modifier and Type Method Description static AccessTokenImpl
TokenFactory. createAT(String rawToken)
static AccessTokenImpl
TokenFactory. createAT(net.sf.json.JSONObject json)
Recreate the object from it serialized format. -
Uses of AccessTokenImpl in org.oa4mp.delegation.server
Methods in org.oa4mp.delegation.server that return AccessTokenImpl Modifier and Type Method Description AccessTokenImpl
OA2TokenForge. createToken(ATRequest request)
AccessTokenImpl
OA2TokenForge. getAccessToken(String... tokens)
-
Uses of AccessTokenImpl in org.oa4mp.delegation.server.client
Methods in org.oa4mp.delegation.server.client with parameters of type AccessTokenImpl 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 AccessTokenImpl Constructor Description ATResponse2(AccessTokenImpl accessToken)
ATResponse2(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, IDTokenImpl idToken)
-
Uses of AccessTokenImpl in org.oa4mp.delegation.server.server
Constructors in org.oa4mp.delegation.server.server with parameters of type AccessTokenImpl Constructor Description ATIResponse2(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, boolean isOIDC)
IDTokenResponse(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, boolean isOIDC)
RTIResponse(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, boolean isOIDC)
-