Uses of Class
org.oa4mp.delegation.common.token.impl.IDTokenImpl
-
-
Uses of IDTokenImpl in org.oa4mp.client.loader
Methods in org.oa4mp.client.loader that return IDTokenImpl Modifier and Type Method Description IDTokenImpl
OA2Asset. getIdToken()
Methods in org.oa4mp.client.loader with parameters of type IDTokenImpl Modifier and Type Method Description void
OA2Asset. setIdToken(IDTokenImpl idToken)
-
Uses of IDTokenImpl in org.oa4mp.delegation.client.request
Methods in org.oa4mp.delegation.client.request that return IDTokenImpl Modifier and Type Method Description IDTokenImpl
RFC7523Response. getIdToken()
IDTokenImpl
RTResponse. getIdToken()
Methods in org.oa4mp.delegation.client.request with parameters of type IDTokenImpl Modifier and Type Method Description void
RFC7523Response. setIdToken(IDTokenImpl idToken)
void
RTResponse. setIdToken(IDTokenImpl idToken)
Constructors in org.oa4mp.delegation.client.request with parameters of type IDTokenImpl Constructor Description RTResponse(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, IDTokenImpl idToken)
-
Uses of IDTokenImpl in org.oa4mp.delegation.common.token.impl
Methods in org.oa4mp.delegation.common.token.impl that return IDTokenImpl Modifier and Type Method Description static IDTokenImpl
TokenFactory. createIDT(String rawToken)
static IDTokenImpl
TokenFactory. createIDT(net.sf.json.JSONObject json)
In some (legacy) cases, all you have is a parsed payload. -
Uses of IDTokenImpl in org.oa4mp.delegation.server.client
Methods in org.oa4mp.delegation.server.client that return IDTokenImpl Modifier and Type Method Description protected IDTokenImpl
TokenAwareServer. getAndCheckIDToken(net.sf.json.JSONObject jsonObject, BasicRequest atRequest)
Takes the response JSON object that contains the ID token and the request and checks that it is a valid ID Token for this client.Methods in org.oa4mp.delegation.server.client that return types with arguments of type IDTokenImpl Modifier and Type Method Description static HashMap<URI,IDTokenImpl>
ATServer2. getIDTokenStore()
Methods in org.oa4mp.delegation.server.client with parameters of type IDTokenImpl 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 IDTokenImpl Constructor Description ATResponse2(AccessTokenImpl accessToken, RefreshTokenImpl refreshToken, IDTokenImpl idToken)
-
Uses of IDTokenImpl in org.oa4mp.delegation.server.server
Methods in org.oa4mp.delegation.server.server that return IDTokenImpl Modifier and Type Method Description IDTokenImpl
IDTokenResponse. getIdToken()
Methods in org.oa4mp.delegation.server.server with parameters of type IDTokenImpl Modifier and Type Method Description void
IDTokenResponse. setIdToken(IDTokenImpl idToken)
-
Uses of IDTokenImpl in org.oa4mp.server.admin.oauth2.tools
Methods in org.oa4mp.server.admin.oauth2.tools that return IDTokenImpl Modifier and Type Method Description IDTokenImpl
OA2CLCCommands. getIdToken()
Methods in org.oa4mp.server.admin.oauth2.tools with parameters of type IDTokenImpl Modifier and Type Method Description void
OA2CLCCommands. setIDToken(IDTokenImpl idToken)
-
Uses of IDTokenImpl in org.oa4mp.server.loader.oauth2.claims
Methods in org.oa4mp.server.loader.oauth2.claims that return IDTokenImpl Modifier and Type Method Description IDTokenImpl
IDTokenHandler. getSignedPayload(edu.uiuc.ncsa.security.util.jwk.JSONWebKey key)
IDTokenImpl
IDTokenHandler. getSignedPayload(edu.uiuc.ncsa.security.util.jwk.JSONWebKey key, String headerType)
-
Uses of IDTokenImpl in org.oa4mp.server.loader.oauth2.servlet
Methods in org.oa4mp.server.loader.oauth2.servlet that return IDTokenImpl Modifier and Type Method Description static IDTokenImpl
OA2TokenUtils. getIDToken(String subjectToken, OA2SE oa2SE, edu.uiuc.ncsa.security.util.jwk.JSONWebKeys keys, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
Given the raw token (which is only a JWT), recover the ID token.Methods in org.oa4mp.server.loader.oauth2.servlet with parameters of type IDTokenImpl Modifier and Type Method Description static OA2ServiceTransaction
OA2TokenUtils. getTransactionFromTX(OA2SE oa2se, IDTokenImpl idToken, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
-