|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializeException | |
---|---|
com.nimbusds.oauth2.sdk | Classes for representing, serialising and parsing OAuth 2.0 client requests and server responses. |
com.nimbusds.oauth2.sdk.auth | Implementations of OAuth 2.0 client authentication methods at the Token endpoint. |
com.nimbusds.oauth2.sdk.client | OAuth 2.0 dynamic client registration. |
com.nimbusds.openid.connect.sdk | Classes for representing, serialising and parsing OpenID Connect client requests and server responses. |
Uses of SerializeException in com.nimbusds.oauth2.sdk |
---|
Methods in com.nimbusds.oauth2.sdk that throw SerializeException | |
---|---|
HTTPRequest |
RefreshTokenRequest.toHTTPRequest()
|
HTTPRequest |
Request.toHTTPRequest()
Returns the matching HTTP request. |
HTTPRequest |
AuthorizationRequest.toHTTPRequest()
|
HTTPRequest |
AccessTokenRequest.toHTTPRequest()
|
HTTPRequest |
AuthorizationRequest.toHTTPRequest(HTTPRequest.Method method)
Returns the matching HTTP request. |
HTTPResponse |
Response.toHTTPResponse()
Returns the matching HTTP response. |
HTTPResponse |
AuthorizationResponse.toHTTPResponse()
Returns the HTTP response for this authorisation response. |
HTTPResponse |
AccessTokenResponse.toHTTPResponse()
|
net.minidev.json.JSONObject |
AccessTokenResponse.toJSONObject()
Returns the JSON object representing this access token response. |
abstract Map<String,String> |
AuthorizationResponse.toParameters()
Returns the parameters of this authorisation response. |
Map<String,String> |
AuthorizationRequest.toParameters()
Returns the parameters for this authorisation request. |
Map<String,String> |
AuthorizationSuccessResponse.toParameters()
|
String |
AuthorizationRequest.toQueryString()
Returns the URL query string for this authorisation request. |
abstract URL |
AuthorizationResponse.toURI()
Returns the URI representation (redirect URI + fragment / query string) of this authorisation response. |
URL |
AuthorizationSuccessResponse.toURI()
|
URL |
AuthorizationErrorResponse.toURI()
|
Uses of SerializeException in com.nimbusds.oauth2.sdk.auth |
---|
Methods in com.nimbusds.oauth2.sdk.auth that throw SerializeException | |
---|---|
abstract void |
ClientAuthentication.applyTo(HTTPRequest httpRequest)
Applies the authentication to the specified HTTP request by setting its Authorization header and/or POST entity-body parameters (according to the implemented client authentication method). |
void |
ClientSecretPost.applyTo(HTTPRequest httpRequest)
|
void |
JWTAuthentication.applyTo(HTTPRequest httpRequest)
|
Map<String,String> |
JWTAuthentication.toParameters()
Returns the parameter representation of this JSON Web Token (JWT) based client authentication. |
Uses of SerializeException in com.nimbusds.oauth2.sdk.client |
---|
Methods in com.nimbusds.oauth2.sdk.client that throw SerializeException | |
---|---|
HTTPRequest |
ClientUpdateRequest.toHTTPRequest()
|
HTTPRequest |
ClientReadRequest.toHTTPRequest()
|
HTTPRequest |
ClientRegistrationRequest.toHTTPRequest()
|
HTTPRequest |
ClientDeleteRequest.toHTTPRequest()
|
Uses of SerializeException in com.nimbusds.openid.connect.sdk |
---|
Methods in com.nimbusds.openid.connect.sdk that throw SerializeException | |
---|---|
HTTPRequest |
UserInfoRequest.toHTTPRequest()
|
HTTPResponse |
UserInfoSuccessResponse.toHTTPResponse()
|
net.minidev.json.JSONObject |
OIDCAccessTokenResponse.toJSONObject()
Returns the JSON object representing this OpenID Connect access token response. |
Map<String,String> |
OIDCAuthorizationSuccessResponse.toParameters()
|
Map<String,String> |
OIDCAuthorizationRequest.toParameters()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |