| Package | Description |
|---|---|
| com.nimbusds.openid.connect.sdk |
Classes for representing, serialising and parsing OpenID Connect client
requests and server responses.
|
| Modifier and Type | Method and Description |
|---|---|
static OIDCAuthorizationErrorResponse |
OIDCAuthorizationErrorResponse.parse(HTTPResponse httpResponse)
Parses an OpenID Connect authorisation error response from the
specified HTTP response.
|
static OIDCAuthorizationErrorResponse |
OIDCAuthorizationErrorResponse.parse(URL uri)
Parses an OpenID Connect authorisation error response from the
specified URI.
|
static OIDCAuthorizationErrorResponse |
OIDCAuthorizationErrorResponse.parse(URL redirectURI,
Map<String,String> params)
Parses an OpenID Connect authorisation error response from the
specified redirect URI and parameters.
|
Copyright © 2013 NimbusDS. All Rights Reserved.