Uses of Class
org.oa4mp.delegation.common.token.impl.AccessTokenImpl
-
Packages that use AccessTokenImpl Package Description org.oa4mp.client.loader 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.loader.oauth2.claims org.oa4mp.server.loader.oauth2.servlet org.oa4mp.server.loader.oauth2.storage.transactions org.oa4mp.server.loader.oauth2.tokens org.oa4mp.server.qdl -
-
Uses of AccessTokenImpl in org.oa4mp.client.loader
Methods in org.oa4mp.client.loader that return AccessTokenImpl Modifier and Type Method Description AccessTokenImpl
OA2Asset. getAccessToken()
Methods in org.oa4mp.client.loader with parameters of type AccessTokenImpl Modifier and Type Method Description void
OA2Asset. setAccessToken(AccessTokenImpl accessToken)
-
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)
-
Uses of AccessTokenImpl in org.oa4mp.server.loader.oauth2.claims
Methods in org.oa4mp.server.loader.oauth2.claims that return AccessTokenImpl Modifier and Type Method Description AccessTokenImpl
AbstractAccessTokenHandler. getSignedPayload(edu.uiuc.ncsa.security.util.jwk.JSONWebKey key)
AccessTokenImpl
AbstractAccessTokenHandler. getSignedPayload(edu.uiuc.ncsa.security.util.jwk.JSONWebKey key, String headerType)
-
Uses of AccessTokenImpl in org.oa4mp.server.loader.oauth2.servlet
Methods in org.oa4mp.server.loader.oauth2.servlet that return AccessTokenImpl Modifier and Type Method Description static AccessTokenImpl
OA2TokenUtils. getAT(String subjectToken, OA2SE oa2se, edu.uiuc.ncsa.security.util.jwk.JSONWebKeys keys, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
Takes the subjectToken from the raw input (performing a base 32 decoding if needed) and returns the access token.Methods in org.oa4mp.server.loader.oauth2.servlet with parameters of type AccessTokenImpl Modifier and Type Method Description protected OA2ServiceTransaction
BearerTokenServlet. findTransaction(AccessTokenImpl at, TokenManagerServlet.State state)
Find the transaction associated with the access token.static OA2ServiceTransaction
OA2TokenUtils. getTransactionFromTX(OA2SE oa2se, AccessTokenImpl accessToken, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
Given an access token (and transaction if available), Find the actual transaction. -
Uses of AccessTokenImpl in org.oa4mp.server.loader.oauth2.storage.transactions
Methods in org.oa4mp.server.loader.oauth2.storage.transactions with parameters of type AccessTokenImpl Modifier and Type Method Description V
OA2FSTStore. get(AccessTokenImpl accessToken, edu.uiuc.ncsa.security.core.Identifier clientID)
V
OA2MTStore. get(AccessTokenImpl accessToken, edu.uiuc.ncsa.security.core.Identifier clientID)
V
OA2SQLTStore. get(AccessTokenImpl accessToken, edu.uiuc.ncsa.security.core.Identifier clientID)
V
OA2TStoreInterface. get(AccessTokenImpl accessToken, edu.uiuc.ncsa.security.core.Identifier clientID)
-
Uses of AccessTokenImpl in org.oa4mp.server.loader.oauth2.tokens
Methods in org.oa4mp.server.loader.oauth2.tokens that return AccessTokenImpl Modifier and Type Method Description static AccessTokenImpl
UITokenUtils. getAT(String rawAT)
Given a string of some token (unknown format, e.g.AccessTokenImpl
DefaultAccessTokenHandler. getSignedPayload(edu.uiuc.ncsa.security.util.jwk.JSONWebKey key)
AccessTokenImpl
RFC9068ATHandler. getSignedPayload(edu.uiuc.ncsa.security.util.jwk.JSONWebKey key)
-
Uses of AccessTokenImpl in org.oa4mp.server.qdl
Methods in org.oa4mp.server.qdl that return AccessTokenImpl Modifier and Type Method Description protected AccessTokenImpl
CLC. stemToAT(org.qdl_lang.variables.QDLStem stem)
-