Uses of Class
org.oa4mp.delegation.common.token.impl.IDTokenImpl
-
-
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.myproxy.oauth2.tools
Methods in org.oa4mp.server.admin.myproxy.oauth2.tools that return IDTokenImpl Modifier and Type Method Description IDTokenImpl
OA2CLCCommands. getIdToken()
Methods in org.oa4mp.server.admin.myproxy.oauth2.tools with parameters of type IDTokenImpl Modifier and Type Method Description void
OA2CLCCommands. setIDToken(IDTokenImpl idToken)
-