Package | Description |
---|---|
com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and authorisation server responses.
|
com.nimbusds.openid.connect.sdk |
Classes for representing, serialising and parsing OpenID Connect client
requests and server responses.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AuthorizationErrorResponse |
Authorisation error response.
|
class |
AuthorizationSuccessResponse |
Authorisation success response.
|
Modifier and Type | Method | Description |
---|---|---|
static AuthorizationResponse |
AuthorizationResponse.parse(HTTPRequest httpRequest) |
Parses an authorisation response from the specified HTTP request at
the client redirection (callback) URI.
|
static AuthorizationResponse |
AuthorizationResponse.parse(HTTPResponse httpResponse) |
Parses an authorisation response from the specified initial HTTP 302
redirect response output at the authorisation endpoint.
|
static AuthorizationResponse |
AuthorizationResponse.parse(URI uri) |
Parses an authorisation response.
|
static AuthorizationResponse |
AuthorizationResponse.parse(URI redirectURI,
Map<String,List<String>> params) |
Parses an authorisation response.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AuthenticationErrorResponse |
OpenID Connect authentication error response.
|
class |
AuthenticationSuccessResponse |
OpenID Connect authentication success response.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.