Uses of Class
com.nimbusds.oauth2.sdk.ParseException
-
Packages that use ParseException Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing core OAuth 2.0 concepts.com.nimbusds.oauth2.sdk.as OAuth 2.0 Authorisation Server (AS) classes.com.nimbusds.oauth2.sdk.assertions.jwt JWT bearer assertions.com.nimbusds.oauth2.sdk.assertions.saml2 SAML 2.0 bearer assertions.com.nimbusds.oauth2.sdk.auth Implementations of OAuth 2.0 client authentication methods at the Token endpoint.com.nimbusds.oauth2.sdk.ciba OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow - Core 1.0 classes.com.nimbusds.oauth2.sdk.client OAuth 2.0 dynamic client registration.com.nimbusds.oauth2.sdk.device OAuth 2.0 device authorisation grant classes.com.nimbusds.oauth2.sdk.http HTTP message and utility classes.com.nimbusds.oauth2.sdk.id Common OAuth 2.0 identifier and identity classes.com.nimbusds.oauth2.sdk.jarm JWT Secured Authorization Response Mode for OAuth 2.0 (JARM) utilities.com.nimbusds.oauth2.sdk.pkce Proof Key for Code Exchange (PKCE) classes.com.nimbusds.oauth2.sdk.token OAuth 2.0 access and refresh token implementations.com.nimbusds.oauth2.sdk.tokenexchange OAuth 2.0 token exchange.com.nimbusds.oauth2.sdk.util Common utility classes.com.nimbusds.oauth2.sdk.util.date Date / time utilities.com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing core OpenID Connect concepts.com.nimbusds.openid.connect.sdk.assurance OpenID Connect for Identity Assurance 1.0 classes.com.nimbusds.openid.connect.sdk.assurance.claims OpenID Connect for Identity Assurance 1.0 claims.com.nimbusds.openid.connect.sdk.assurance.evidences OpenID Connect for Identity Assurance 1.0 evidence classes.com.nimbusds.openid.connect.sdk.assurance.evidences.attachment OpenID Connect for Identity Assurance 1.0 evidence attachment classes.com.nimbusds.openid.connect.sdk.assurance.request OpenID Connect for Identity Assurance 1.0 request classes.com.nimbusds.openid.connect.sdk.claims Claims and claim sets used in OpenID Connect.com.nimbusds.openid.connect.sdk.federation.api OpenID Connect Federation 1.0 API classes.com.nimbusds.openid.connect.sdk.federation.config OpenID Connect Federation 1.0 entity configuration request and response classes.com.nimbusds.openid.connect.sdk.federation.entities OpenID Connect Federation 1.0 entity classes.com.nimbusds.openid.connect.sdk.federation.policy OpenID Connect Federation 1.0 policy.com.nimbusds.openid.connect.sdk.federation.policy.language Interfaces and classes for the OpenID Connect Federation 1.0 policy language.com.nimbusds.openid.connect.sdk.federation.policy.operations OpenID Connect Federation 1.0 policy operations.com.nimbusds.openid.connect.sdk.federation.registration OpenID Connect Federation 1.0 explicit client registration.com.nimbusds.openid.connect.sdk.federation.trust.constraints OpenID Connect Federation 1.0 trust chain constraints.com.nimbusds.openid.connect.sdk.federation.trust.marks Federation trust marks.com.nimbusds.openid.connect.sdk.op OpenID Connect Provider (OP) classes.com.nimbusds.openid.connect.sdk.rp OpenID Connect Relying Party (RP) classes.com.nimbusds.openid.connect.sdk.token OpenID Connect token extensions. -
-
Uses of ParseException in com.nimbusds.oauth2.sdk
Fields in com.nimbusds.oauth2.sdk declared as ParseException Modifier and Type Field Description protected static ParseException
AssertionGrant. MISSING_ASSERTION_PARAM_EXCEPTION
Caches missingassertion
parameter exception.Methods in com.nimbusds.oauth2.sdk that throw ParseException Modifier and Type Method Description static void
GrantType. ensure(GrantType grantType, Map<String,List<String>> params)
Ensures the specified grant type is set in a list of parameters.boolean
TokenIntrospectionSuccessResponse. getBooleanParameter(String name)
Returns the boolean parameter with the specified name.static AccessTokenResponse
AccessTokenResponse. parse(HTTPResponse httpResponse)
Parses an access token response from the specified HTTP response.static AccessTokenResponse
AccessTokenResponse. parse(net.minidev.json.JSONObject jsonObject)
Parses an access token response from the specified JSON object.static AuthorizationCodeGrant
AuthorizationCodeGrant. parse(Map<String,List<String>> params)
Parses an authorisation code grant from the specified request body parameters.static AuthorizationErrorResponse
AuthorizationErrorResponse. parse(HTTPRequest httpRequest)
Parses an authorisation error response from the specified HTTP request at the client redirection (callback) URI.static AuthorizationErrorResponse
AuthorizationErrorResponse. parse(HTTPResponse httpResponse)
Parses an authorisation error response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static AuthorizationErrorResponse
AuthorizationErrorResponse. parse(URI uri)
Parses an authorisation error response.static AuthorizationErrorResponse
AuthorizationErrorResponse. parse(URI redirectURI, Map<String,List<String>> params)
Parses an authorisation error response.static AuthorizationGrant
AuthorizationGrant. parse(Map<String,List<String>> params)
Parses an authorisation grant from the specified request body parameters.static AuthorizationRequest
AuthorizationRequest. parse(HTTPRequest httpRequest)
Parses an authorisation request from the specified HTTP request.static AuthorizationRequest
AuthorizationRequest. parse(String query)
Parses an authorisation request from the specified URI query string.static AuthorizationRequest
AuthorizationRequest. parse(URI uri)
Parses an authorisation request from the specified URI.static AuthorizationRequest
AuthorizationRequest. parse(URI uri, String query)
Parses an authorisation request from the specified URI and query string.static AuthorizationRequest
AuthorizationRequest. parse(URI uri, Map<String,List<String>> params)
Parses an authorisation request from the specified URI and query parameters.static AuthorizationRequest
AuthorizationRequest. parse(Map<String,List<String>> params)
Parses an authorisation request from the specified URI query parameters.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(HTTPRequest httpRequest, JARMValidator jarmValidator)
Parses and validates a JSON Web Token (JWT) secured 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(HTTPResponse httpResponse, JARMValidator jarmValidator)
Parses and validates a JSON Web Token (JWT) secured 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 uri, JARMValidator jarmValidator)
Parses and validates a JSON Web Token (JWT) secured authorisation response.static AuthorizationResponse
AuthorizationResponse. parse(URI redirectURI, Map<String,List<String>> params)
Parses an authorisation response.static AuthorizationResponse
AuthorizationResponse. parse(URI redirectURI, Map<String,List<String>> params, JARMValidator jarmValidator)
Parses an authorisation response which may be JSON Web Token (JWT) secured.static AuthorizationSuccessResponse
AuthorizationSuccessResponse. parse(HTTPRequest httpRequest)
Parses an authorisation success response from the specified HTTP request at the client redirection (callback) URI.static AuthorizationSuccessResponse
AuthorizationSuccessResponse. parse(HTTPResponse httpResponse)
Parses an authorisation success response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static AuthorizationSuccessResponse
AuthorizationSuccessResponse. parse(URI uri)
Parses an authorisation success response.static AuthorizationSuccessResponse
AuthorizationSuccessResponse. parse(URI redirectURI, Map<String,List<String>> params)
Parses an authorisation success response.static ClientCredentialsGrant
ClientCredentialsGrant. parse(Map<String,List<String>> params)
Parses a client credentials grant from the specified request body parameters.static GrantType
GrantType. parse(String value)
Parses a grant type from the specified string.static JWTBearerGrant
JWTBearerGrant. parse(Map<String,List<String>> params)
Parses a JWT bearer grant from the specified request body parameters.static PushedAuthorizationErrorResponse
PushedAuthorizationErrorResponse. parse(HTTPResponse httpResponse)
Parses a pushed authorisation error response from the specified HTTP response.static PushedAuthorizationRequest
PushedAuthorizationRequest. parse(HTTPRequest httpRequest)
Parses a pushed authorisation request from the specified HTTP request.static PushedAuthorizationResponse
PushedAuthorizationResponse. parse(HTTPResponse httpResponse)
Parses a pushed authorisation response from the specified HTTP response.static PushedAuthorizationSuccessResponse
PushedAuthorizationSuccessResponse. parse(HTTPResponse httpResponse)
Parses a pushed authorisation success response from the specified HTTP response.static PushedAuthorizationSuccessResponse
PushedAuthorizationSuccessResponse. parse(net.minidev.json.JSONObject jsonObject)
Parses pushed authorisation success response from the specified JSON object.static RefreshTokenGrant
RefreshTokenGrant. parse(Map<String,List<String>> params)
Parses a refresh token grant from the specified request body parameters.static RequestObjectPOSTErrorResponse
RequestObjectPOSTErrorResponse. parse(HTTPResponse httpResponse)
Deprecated.Parses a request object POST error response from the specified HTTP response.static RequestObjectPOSTRequest
RequestObjectPOSTRequest. parse(HTTPRequest httpRequest)
Deprecated.Parses a request object POST request from the specified HTTP request.static RequestObjectPOSTResponse
RequestObjectPOSTResponse. parse(HTTPResponse httpResponse)
Deprecated.Parses a request object POST response from the specified HTTP response.static RequestObjectPOSTSuccessResponse
RequestObjectPOSTSuccessResponse. parse(HTTPResponse httpResponse)
Deprecated.Parses a request object POST success response from the specified HTTP response.static RequestObjectPOSTSuccessResponse
RequestObjectPOSTSuccessResponse. parse(net.minidev.json.JSONObject jsonObject)
Deprecated.Parses a request object POST success response from the specified JSON object.static ResourceOwnerPasswordCredentialsGrant
ResourceOwnerPasswordCredentialsGrant. parse(Map<String,List<String>> params)
Parses a resource owner password credentials grant from the specified request body parameters.static ResponseType
ResponseType. parse(String s)
Parses a set of authorisation response types.static SAML2BearerGrant
SAML2BearerGrant. parse(Map<String,List<String>> params)
Parses a SAML 2.0 bearer grant from the specified request body parameters.static TokenErrorResponse
TokenErrorResponse. parse(HTTPResponse httpResponse)
Parses an OAuth 2.0 Token Error response from the specified HTTP response.static TokenErrorResponse
TokenErrorResponse. parse(net.minidev.json.JSONObject jsonObject)
Parses an OAuth 2.0 Token Error response from the specified JSON object.static TokenIntrospectionErrorResponse
TokenIntrospectionErrorResponse. parse(HTTPResponse httpResponse)
Parses a token introspection error response from the specified HTTP response.static TokenIntrospectionRequest
TokenIntrospectionRequest. parse(HTTPRequest httpRequest)
Parses a token introspection request from the specified HTTP request.static TokenIntrospectionResponse
TokenIntrospectionResponse. parse(HTTPResponse httpResponse)
Parses a token introspection response from the specified HTTP response.static TokenIntrospectionSuccessResponse
TokenIntrospectionSuccessResponse. parse(HTTPResponse httpResponse)
Parses an token introspection success response from the specified HTTP response.static TokenIntrospectionSuccessResponse
TokenIntrospectionSuccessResponse. parse(net.minidev.json.JSONObject jsonObject)
Parses a token introspection success response from the specified JSON object.static TokenRequest
TokenRequest. parse(HTTPRequest httpRequest)
Parses a token request from the specified HTTP request.static TokenResponse
TokenResponse. parse(HTTPResponse httpResponse)
Parses a token response from the specified HTTP response.static TokenResponse
TokenResponse. parse(net.minidev.json.JSONObject jsonObject)
Parses a token response from the specified JSON object.static TokenRevocationRequest
TokenRevocationRequest. parse(HTTPRequest httpRequest)
Parses a token revocation request from the specified HTTP request.static Map<String,List<String>>
AuthorizationResponse. parseResponseParameters(HTTPRequest httpRequest)
Parses the relevant authorisation response parameters.static Map<String,List<String>>
AuthorizationResponse. parseResponseParameters(URI uri)
Parses the relevant authorisation response parameters. -
Uses of ParseException in com.nimbusds.oauth2.sdk.as
Methods in com.nimbusds.oauth2.sdk.as that throw ParseException Modifier and Type Method Description static AuthorizationServerEndpointMetadata
AuthorizationServerEndpointMetadata. parse(net.minidev.json.JSONObject jsonObject)
Parses an OAuth 2.0 Authorisation Server endpoint metadata from the specified JSON object.static AuthorizationServerMetadata
AuthorizationServerMetadata. parse(String s)
Parses an OAuth 2.0 Authorisation Server metadata from the specified JSON object string.static AuthorizationServerMetadata
AuthorizationServerMetadata. parse(net.minidev.json.JSONObject jsonObject)
Parses an OAuth 2.0 Authorisation Server metadata from the specified JSON object. -
Uses of ParseException in com.nimbusds.oauth2.sdk.assertions.jwt
Methods in com.nimbusds.oauth2.sdk.assertions.jwt that throw ParseException Modifier and Type Method Description static JWTAssertionDetails
JWTAssertionDetails. parse(com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet)
Parses a JWT bearer assertion details instance from the specified JWT claims set.static JWTAssertionDetails
JWTAssertionDetails. parse(net.minidev.json.JSONObject jsonObject)
Parses a JWT bearer assertion details (claims set) instance from the specified JSON object. -
Uses of ParseException in com.nimbusds.oauth2.sdk.assertions.saml2
Methods in com.nimbusds.oauth2.sdk.assertions.saml2 that throw ParseException Modifier and Type Method Description static SAML2AssertionDetails
SAML2AssertionDetails. parse(org.opensaml.saml.saml2.core.Assertion assertion)
Parses a SAML 2.0 bearer assertion details instance from the specified assertion object.static org.opensaml.saml.saml2.core.Assertion
SAML2AssertionValidator. parse(String xml)
Parses a SAML 2.0 assertion from the specified XML string. -
Uses of ParseException in com.nimbusds.oauth2.sdk.auth
Methods in com.nimbusds.oauth2.sdk.auth that throw ParseException Modifier and Type Method Description protected static void
JWTAuthentication. ensureClientAssertionType(Map<String,List<String>> params)
Ensures the specified parameters map contains an entry with key "client_assertion_type" pointing to a string that equals the expectedJWTAuthentication.CLIENT_ASSERTION_TYPE
.static ClientAuthentication
ClientAuthentication. parse(HTTPRequest httpRequest)
Parses the specified HTTP request for a supported client authentication (seeClientAuthenticationMethod
).static ClientSecretBasic
ClientSecretBasic. parse(HTTPRequest httpRequest)
Parses a client secret basic authentication from the specified HTTP request.static ClientSecretBasic
ClientSecretBasic. parse(String header)
Parses a client secret basic authentication from the specified HTTP Authorization header.static ClientSecretJWT
ClientSecretJWT. parse(HTTPRequest httpRequest)
Parses the specified HTTP POST request for a client secret JSON Web Token (JWT) authentication.static ClientSecretJWT
ClientSecretJWT. parse(String paramsString)
Parses a client secret JSON Web Token (JWT) authentication from the specifiedapplication/x-www-form-urlencoded
encoded parameters string.static ClientSecretJWT
ClientSecretJWT. parse(Map<String,List<String>> params)
Parses the specified parameters map for a client secret JSON Web Token (JWT) authentication.static ClientSecretPost
ClientSecretPost. parse(HTTPRequest httpRequest)
Parses a client secret post authentication from the specified HTTP POST request.static ClientSecretPost
ClientSecretPost. parse(String paramsString)
Parses a client secret post authentication from the specifiedapplication/x-www-form-urlencoded
encoded parameters string.static ClientSecretPost
ClientSecretPost. parse(Map<String,List<String>> params)
Parses a client secret post authentication from the specified parameters map.static JWTAuthentication
JWTAuthentication. parse(HTTPRequest httpRequest)
Parses the specified HTTP request for a JSON Web Token (JWT) based client authentication.static JWTAuthenticationClaimsSet
JWTAuthenticationClaimsSet. parse(com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet)
Parses a JWT client authentication claims set from the specified JWT claims set.static JWTAuthenticationClaimsSet
JWTAuthenticationClaimsSet. parse(net.minidev.json.JSONObject jsonObject)
Parses a JWT client authentication claims set from the specified JSON object.static PKITLSClientAuthentication
PKITLSClientAuthentication. parse(HTTPRequest httpRequest)
Parses a PKI mutual TLS client authentication from the specified HTTP request.static PrivateKeyJWT
PrivateKeyJWT. parse(HTTPRequest httpRequest)
Parses the specified HTTP POST request for a private key JSON Web Token (JWT) authentication.static PrivateKeyJWT
PrivateKeyJWT. parse(String paramsString)
Parses a private key JSON Web Token (JWT) authentication from the specifiedapplication/x-www-form-urlencoded
encoded parameters string.static PrivateKeyJWT
PrivateKeyJWT. parse(Map<String,List<String>> params)
Parses the specified parameters map for a private key JSON Web Token (JWT) authentication.static SelfSignedTLSClientAuthentication
SelfSignedTLSClientAuthentication. parse(HTTPRequest httpRequest)
Parses a self-signed certificate mutual TLS client authentication from the specified HTTP request.protected static com.nimbusds.jwt.SignedJWT
JWTAuthentication. parseClientAssertion(Map<String,List<String>> params)
Parses the specified parameters map for a client assertion. -
Uses of ParseException in com.nimbusds.oauth2.sdk.ciba
Methods in com.nimbusds.oauth2.sdk.ciba that throw ParseException Modifier and Type Method Description static AuthRequestID
AuthRequestID. parse(String value)
Parses new CIBA request ID from the specified value.static BackChannelTokenDeliveryMode
BackChannelTokenDeliveryMode. parse(String value)
Parses a CIBA token delivery mode from the specified string.static CIBAErrorDelivery
CIBAErrorDelivery. parse(HTTPRequest httpRequest)
Parses a CIBA error push delivery from the specified HTTP request.static CIBAErrorResponse
CIBAErrorResponse. parse(HTTPResponse httpResponse)
Parses a CIBA error response from the specified HTTP response.static CIBAErrorResponse
CIBAErrorResponse. parse(net.minidev.json.JSONObject jsonObject)
Parses a CIBA error response from the specified JSON object.static CIBAGrant
CIBAGrant. parse(Map<String,List<String>> params)
Parses a CIBA grant from the specified request body parameters.static CIBAPingCallback
CIBAPingCallback. parse(HTTPRequest httpRequest)
Parses a CIBA ping callback from the specified HTTP request.static CIBAPushCallback
CIBAPushCallback. parse(HTTPRequest httpRequest)
Parses a CIBA push callback from the specified HTTP request.static CIBARequest
CIBARequest. parse(HTTPRequest httpRequest)
Parses a CIBA request from the specified HTTP request.static CIBARequestAcknowledgement
CIBARequestAcknowledgement. parse(HTTPResponse httpResponse)
Parses a successful CIBA request acknowledgement from the specified HTTP response.static CIBARequestAcknowledgement
CIBARequestAcknowledgement. parse(net.minidev.json.JSONObject jsonObject)
Parses a successful CIBA request acknowledgement from the specified JSON object.static CIBAResponse
CIBAResponse. parse(HTTPResponse httpResponse)
Parses a CIBA response from the specified HTTP response.static CIBAResponse
CIBAResponse. parse(net.minidev.json.JSONObject jsonObject)
Parses a CIBA response from the specified JSON object.static CIBATokenDelivery
CIBATokenDelivery. parse(HTTPRequest httpRequest)
Parses a CIBA push token delivery from the specified HTTP request. -
Uses of ParseException in com.nimbusds.oauth2.sdk.client
Methods in com.nimbusds.oauth2.sdk.client that throw ParseException Modifier and Type Method Description static ClientDeleteRequest
ClientDeleteRequest. parse(HTTPRequest httpRequest)
Parses a client delete request from the specified HTTP DELETE request.static ClientInformation
ClientInformation. parse(net.minidev.json.JSONObject jsonObject)
Parses a client information instance from the specified JSON object.static ClientInformationResponse
ClientInformationResponse. parse(HTTPResponse httpResponse)
Parses a client information response from the specified HTTP response.static ClientMetadata
ClientMetadata. parse(net.minidev.json.JSONObject jsonObject)
Parses an client metadata instance from the specified JSON object.static ClientReadRequest
ClientReadRequest. parse(HTTPRequest httpRequest)
Parses a client read request from the specified HTTP GET request.static ClientRegistrationErrorResponse
ClientRegistrationErrorResponse. parse(HTTPResponse httpResponse)
Parses a client registration error response from the specified HTTP response.static ClientRegistrationRequest
ClientRegistrationRequest. parse(HTTPRequest httpRequest)
Parses a client registration request from the specified HTTP POST request.static ClientRegistrationResponse
ClientRegistrationResponse. parse(HTTPResponse httpResponse)
Parses a client registration response from the specified HTTP response.static ClientUpdateRequest
ClientUpdateRequest. parse(HTTPRequest httpRequest)
Parses a client update request from the specified HTTP PUT request.static ClientID
ClientCredentialsParser. parseID(net.minidev.json.JSONObject jsonObject)
Parses a client identifier from the specified JSON object.static Date
ClientCredentialsParser. parseIDIssueDate(net.minidev.json.JSONObject jsonObject)
Parses a client identifier issue date from the specified JSON object.static BearerAccessToken
ClientCredentialsParser. parseRegistrationAccessToken(net.minidev.json.JSONObject jsonObject)
Parses a client registration access token from the specified JSON object.static URI
ClientCredentialsParser. parseRegistrationURI(net.minidev.json.JSONObject jsonObject)
Parses a client registration URI from the specified JSON object.static Secret
ClientCredentialsParser. parseSecret(net.minidev.json.JSONObject jsonObject)
Parses a client secret from the specified JSON object. -
Uses of ParseException in com.nimbusds.oauth2.sdk.device
Methods in com.nimbusds.oauth2.sdk.device that throw ParseException Modifier and Type Method Description static DeviceAuthorizationErrorResponse
DeviceAuthorizationErrorResponse. parse(HTTPResponse httpResponse)
Parses an OAuth 2.0 ciba authorization error, push error or token response - from the specified HTTP response.static DeviceAuthorizationErrorResponse
DeviceAuthorizationErrorResponse. parse(net.minidev.json.JSONObject jsonObject)
Parses an OAuth 2.0 device authorization response from the specified JSON object.static DeviceAuthorizationRequest
DeviceAuthorizationRequest. parse(HTTPRequest httpRequest)
Parses an device authorization request from the specified HTTP request.static DeviceAuthorizationResponse
DeviceAuthorizationResponse. parse(HTTPResponse httpResponse)
Parses a device authorization response from the specified HTTP response.static DeviceAuthorizationResponse
DeviceAuthorizationResponse. parse(net.minidev.json.JSONObject jsonObject)
Parses a device authorization response from the specified JSON object.static DeviceAuthorizationSuccessResponse
DeviceAuthorizationSuccessResponse. parse(HTTPResponse httpResponse)
Parses an device authorization response from the specified HTTP response.static DeviceAuthorizationSuccessResponse
DeviceAuthorizationSuccessResponse. parse(net.minidev.json.JSONObject jsonObject)
Parses an device authorization response from the specified JSON object.static DeviceCodeGrant
DeviceCodeGrant. parse(Map<String,List<String>> params)
Parses a device code grant from the specified request body parameters. -
Uses of ParseException in com.nimbusds.oauth2.sdk.http
Methods in com.nimbusds.oauth2.sdk.http that throw ParseException Modifier and Type Method Description void
HTTPRequest. ensureMethod(HTTPRequest.Method expectedMethod)
Ensures this HTTP request has the specified method.void
HTTPResponse. ensureStatusCode(int... expectedStatusCode)
Ensures this HTTP response has the specified status code.void
HTTPResponse. ensureStatusCodeNotOK()
Ensures this HTTP response does not have a200 OK
status code.net.minidev.json.JSONArray
HTTPResponse. getContentAsJSONArray()
Gets the response content as a JSON array.net.minidev.json.JSONObject
HTTPResponse. getContentAsJSONObject()
Gets the response content as a JSON object.com.nimbusds.jwt.JWT
HTTPResponse. getContentAsJWT()
Gets the response content as a JSON Web Token (JWT).com.nimbusds.jwt.SignedJWT
HTTPRequest. getPoPWithException()
Gets theDPoP
header value.net.minidev.json.JSONObject
HTTPRequest. getQueryAsJSONObject()
Gets the request query or entity body as a JSON Object. -
Uses of ParseException in com.nimbusds.oauth2.sdk.id
Methods in com.nimbusds.oauth2.sdk.id that throw ParseException Modifier and Type Method Description static Actor
Actor. parse(net.minidev.json.JSONObject jsonObject)
Parses an actor from the specified JSON object representation.static Actor
Actor. parseTopLevel(net.minidev.json.JSONObject jsonObject)
Parses an actor from the specified top-level JSON object contains an optional actor JSON representation. -
Uses of ParseException in com.nimbusds.oauth2.sdk.jarm
Methods in com.nimbusds.oauth2.sdk.jarm that throw ParseException Modifier and Type Method Description static boolean
JARMUtils. impliesAuthorizationErrorResponse(com.nimbusds.jwt.JWT jwt)
Returnstrue
if the specified JWT-secured authorisation response implies an error response.static boolean
JARMUtils. impliesAuthorizationErrorResponse(String jwtString)
Returnstrue
if the specified JWT-secured authorisation response implies an error response. -
Uses of ParseException in com.nimbusds.oauth2.sdk.pkce
Methods in com.nimbusds.oauth2.sdk.pkce that throw ParseException Modifier and Type Method Description static CodeChallenge
CodeChallenge. parse(String value)
Parses a code challenge from the specified string. -
Uses of ParseException in com.nimbusds.oauth2.sdk.token
Methods in com.nimbusds.oauth2.sdk.token that throw ParseException Modifier and Type Method Description static AccessToken
AccessToken. parse(HTTPRequest request)
Parses an HTTP request header value for an access token.static AccessToken
AccessToken. parse(String header)
Deprecated.static AccessToken
AccessToken. parse(String header, AccessTokenType preferredType)
Parses anAuthorization
HTTP request header value for an access token.static AccessToken
AccessToken. parse(net.minidev.json.JSONObject jsonObject)
Parses an access token from a JSON object access token response.static BearerAccessToken
BearerAccessToken. parse(HTTPRequest request)
Parses an HTTP request for a bearer access token.static BearerAccessToken
BearerAccessToken. parse(String header)
Parses an HTTP Authorization header for a bearer access token.static BearerAccessToken
BearerAccessToken. parse(Map<String,List<String>> parameters)
Parses a query or form parameters map for a bearer access token.static BearerAccessToken
BearerAccessToken. parse(net.minidev.json.JSONObject jsonObject)
Parses a bearer access token from a JSON object access token response.static BearerTokenError
BearerTokenError. parse(String wwwAuth)
Parses an OAuth 2.0 bearer token error from the specified HTTP responseWWW-Authenticate
header.static DPoPAccessToken
DPoPAccessToken. parse(HTTPRequest request)
Parses an HTTP request for a bearer access token.static DPoPAccessToken
DPoPAccessToken. parse(String header)
Parses an HTTP Authorization header for a DPoP access token.static DPoPAccessToken
DPoPAccessToken. parse(Map<String,List<String>> parameters)
Parses a query or form parameters map for a bearer access token.static DPoPAccessToken
DPoPAccessToken. parse(net.minidev.json.JSONObject jsonObject)
Parses a DPoP access token from a JSON object access token response.static DPoPTokenError
DPoPTokenError. parse(String wwwAuth)
Parses an OAuth 2.0 DPoP token error from the specified HTTP responseWWW-Authenticate
header.static NAAccessToken
NAAccessToken. parse(net.minidev.json.JSONObject jsonObject)
Parses a N/A access token from a JSON object access token response.static RefreshToken
RefreshToken. parse(net.minidev.json.JSONObject jsonObject)
Parses a refresh token from a JSON object access token response.static Tokens
Tokens. parse(net.minidev.json.JSONObject jsonObject)
Parses an access and optional refresh token from the specified JSON object.static TokenTypeURI
TokenTypeURI. parse(String uriValue)
Parses a token type URI from the specified string. -
Uses of ParseException in com.nimbusds.oauth2.sdk.tokenexchange
Methods in com.nimbusds.oauth2.sdk.tokenexchange that throw ParseException Modifier and Type Method Description static TokenExchangeGrant
TokenExchangeGrant. parse(Map<String,List<String>> params)
Parses a token exchange grant from the specified request body parameters. -
Uses of ParseException in com.nimbusds.oauth2.sdk.util
Methods in com.nimbusds.oauth2.sdk.util that throw ParseException Modifier and Type Method Description static void
ContentTypeUtils. ensureContentType(com.nimbusds.common.contenttype.ContentType expected, com.nimbusds.common.contenttype.ContentType found)
Ensures the content type of an HTTP header matches an expected value.static boolean
JSONObjectUtils. getBoolean(net.minidev.json.JSONObject o, String key)
Gets a boolean member of a JSON object.static boolean
JSONObjectUtils. getBoolean(net.minidev.json.JSONObject o, String key, boolean def)
Gets a boolean member of a JSON object.static double
JSONObjectUtils. getDouble(net.minidev.json.JSONObject o, String key)
Gets a number member of a JSON object asdouble
.static double
JSONObjectUtils. getDouble(net.minidev.json.JSONObject o, String key, double def)
Gets a number member of a JSON object asdouble
.static <T extends Enum<T>>
TJSONObjectUtils. getEnum(net.minidev.json.JSONObject o, String key, Class<T> enumClass)
Gets a string member of a JSON object as an enumerated object.static <T extends Enum<T>>
TJSONObjectUtils. getEnum(net.minidev.json.JSONObject o, String key, Class<T> enumClass, T def)
Gets a string member of a JSON object as an enumerated object.static float
JSONObjectUtils. getFloat(net.minidev.json.JSONObject o, String key)
Gets a number member of a JSON objectfloat
.static float
JSONObjectUtils. getFloat(net.minidev.json.JSONObject o, String key, float def)
Gets a number member of a JSON objectfloat
.static <T> T
JSONObjectUtils. getGeneric(net.minidev.json.JSONObject o, String key, Class<T> clazz)
Gets a generic member of a JSON object.static int
JSONObjectUtils. getInt(net.minidev.json.JSONObject o, String key)
Gets an number member of a JSON object asint
.static int
JSONObjectUtils. getInt(net.minidev.json.JSONObject o, String key, int def)
Gets an number member of a JSON object asint
.static net.minidev.json.JSONArray
JSONObjectUtils. getJSONArray(net.minidev.json.JSONObject o, String key)
Gets a JSON array member of a JSON object.static net.minidev.json.JSONArray
JSONObjectUtils. getJSONArray(net.minidev.json.JSONObject o, String key, net.minidev.json.JSONArray def)
Gets a JSON array member of a JSON object.static net.minidev.json.JSONObject
JSONObjectUtils. getJSONObject(net.minidev.json.JSONObject o, String key)
Gets a JSON object member of a JSON object.static net.minidev.json.JSONObject
JSONObjectUtils. getJSONObject(net.minidev.json.JSONObject o, String key, net.minidev.json.JSONObject def)
Gets a JSON object member of a JSON object.static List<Object>
JSONObjectUtils. getList(net.minidev.json.JSONObject o, String key)
Gets a list member of a JSON object.static List<Object>
JSONObjectUtils. getList(net.minidev.json.JSONObject o, String key, List<Object> def)
Gets a list member of a JSON object.static long
JSONObjectUtils. getLong(net.minidev.json.JSONObject o, String key)
Gets a number member of a JSON object aslong
.static long
JSONObjectUtils. getLong(net.minidev.json.JSONObject o, String key, long def)
Gets a number member of a JSON object aslong
.static Number
JSONObjectUtils. getNumber(net.minidev.json.JSONObject o, String key)
Gets a number member of a JSON object asjava.lang.Number
.static Number
JSONObjectUtils. getNumber(net.minidev.json.JSONObject o, String key, Number def)
Gets a number member of a JSON object asjava.lang.Number
.static String
JSONObjectUtils. getString(net.minidev.json.JSONObject o, String key)
Gets a string member of a JSON object.static String
JSONObjectUtils. getString(net.minidev.json.JSONObject o, String key, String def)
Gets a string member of a JSON object.static String[]
JSONObjectUtils. getStringArray(net.minidev.json.JSONObject o, String key)
Gets a string array member of a JSON object.static String[]
JSONObjectUtils. getStringArray(net.minidev.json.JSONObject o, String key, String[] def)
Gets a string array member of a JSON object.static List<String>
JSONObjectUtils. getStringList(net.minidev.json.JSONObject o, String key)
Gets a string list member of a JSON object.static List<String>
JSONObjectUtils. getStringList(net.minidev.json.JSONObject o, String key, List<String> def)
Gets a string list member of a JSON object.static Set<String>
JSONObjectUtils. getStringSet(net.minidev.json.JSONObject o, String key)
Gets a string array member of a JSON object as a string set.static Set<String>
JSONObjectUtils. getStringSet(net.minidev.json.JSONObject o, String key, Set<String> def)
Gets a string array member of a JSON object as a string set.static URI
JSONObjectUtils. getURI(net.minidev.json.JSONObject o, String key)
Gets a string member of a JSON object asjava.net.URI
.static URI
JSONObjectUtils. getURI(net.minidev.json.JSONObject o, String key, URI def)
Gets a string member of a JSON object asjava.net.URI
.static URL
JSONObjectUtils. getURL(net.minidev.json.JSONObject o, String key)
Gets a string member of a JSON object asjava.net.URL
.static net.minidev.json.JSONArray
JSONArrayUtils. parse(String s)
Parses a JSON array.static net.minidev.json.JSONObject
JSONObjectUtils. parse(String s)
Parses a JSON object.static Object
JSONUtils. parseJSON(String s)
Parses a JSON value.static Object
JSONUtils. parseJSONKeepingOrder(String s)
Parses a JSON value while keeping the order of JSON object members.static net.minidev.json.JSONObject
JSONObjectUtils. parseJSONObject(String s)
Deprecated.static LinkedHashMap<String,Object>
JSONObjectUtils. parseKeepingOrder(String s)
Parses a JSON object while keeping the order of JSON object members.static <T> T
JSONUtils. to(Object o, Class<T> clazz)
Casts an object.static boolean
JSONUtils. toBoolean(Object o)
Casts an object to a boolean.static List<net.minidev.json.JSONObject>
JSONArrayUtils. toJSONObjectList(net.minidev.json.JSONArray jsonArray)
Converts the specified JSON array to a JSON object list.static List<?>
JSONUtils. toList(Object o)
Casts an object to a list.static Number
JSONUtils. toNumber(Object o)
Casts an object to a number.static String
JSONUtils. toString(Object o)
Casts an object to a string.static List<String>
JSONUtils. toStringList(Object o)
Casts an object to a list then returns a string list copy of it casting each item to a string.static List<URI>
JSONArrayUtils. toURIList(net.minidev.json.JSONArray jsonArray)
Converts the specified JSON array to a URI list. -
Uses of ParseException in com.nimbusds.oauth2.sdk.util.date
Methods in com.nimbusds.oauth2.sdk.util.date that throw ParseException Modifier and Type Method Description static DateWithTimeZoneOffset
DateWithTimeZoneOffset. parseISO8601String(String s)
Parses an ISO 8601 representation inYYYY-MM-DDThh:mm:ss±hh:mm
format.static SimpleDate
SimpleDate. parseISO8601String(String s)
Parses an ISO 8601 representation inYYYY-MM-DD
format. -
Uses of ParseException in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that throw ParseException Modifier and Type Method Description static AuthenticationErrorResponse
AuthenticationErrorResponse. parse(HTTPRequest httpRequest)
Parses an OpenID Connect authentication error response from the specified HTTP request at the client redirection (callback) URI.static AuthenticationErrorResponse
AuthenticationErrorResponse. parse(HTTPResponse httpResponse)
Parses an OpenID Connect authentication error response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static AuthenticationErrorResponse
AuthenticationErrorResponse. parse(URI uri)
Parses an OpenID Connect authentication error response.static AuthenticationErrorResponse
AuthenticationErrorResponse. parse(URI redirectURI, Map<String,List<String>> params)
Parses an OpenID Connect authentication error response.static AuthenticationRequest
AuthenticationRequest. parse(HTTPRequest httpRequest)
Parses an authentication request from the specified HTTP GET or HTTP POST request.static AuthenticationRequest
AuthenticationRequest. parse(String query)
Parses an OpenID Connect authentication request from the specified URI query string.static AuthenticationRequest
AuthenticationRequest. parse(URI uri)
Parses an OpenID Connect authentication request from the specified URI.static AuthenticationRequest
AuthenticationRequest. parse(URI uri, String query)
Parses an OpenID Connect authentication request from the specified URI query string.static AuthenticationRequest
AuthenticationRequest. parse(URI uri, Map<String,List<String>> params)
Parses an OpenID Connect authentication request from the specified URI and query parameters.static AuthenticationRequest
AuthenticationRequest. parse(Map<String,List<String>> params)
Parses an OpenID Connect authentication request from the specified URI query parameters.static AuthenticationResponse
AuthenticationResponseParser. parse(HTTPRequest httpRequest)
Parses an OpenID Connect authentication response from the specified HTTP request at the client redirection (callback) URI.static AuthenticationResponse
AuthenticationResponseParser. parse(HTTPRequest httpRequest, JARMValidator jarmValidator)
Parses and validates a JSON Web Token (JWT) secured OpenID Connect authentication response from the specified HTTP request at the client redirection (callback) URI.static AuthenticationResponse
AuthenticationResponseParser. parse(HTTPResponse httpResponse)
Parses an OpenID Connect authentication response from the specified initial HTTP 302 redirect response output at the authorisation endpoint.static AuthenticationResponse
AuthenticationResponseParser. parse(HTTPResponse httpResponse, JARMValidator jarmValidator)
Parses and validates a JSON Web Token (JWT) secured OpenID Connect authentication response from the specified initial HTTP 302 redirect response output at the authorisation endpoint.static AuthenticationResponse
AuthenticationResponseParser. parse(URI uri)
Parses an OpenID Connect authentication response.static AuthenticationResponse
AuthenticationResponseParser. parse(URI uri, JARMValidator jarmValidator)
Parses and validates a JSON Web Token (JWT) secured OpenID Connect authentication response.static AuthenticationResponse
AuthenticationResponseParser. parse(URI redirectURI, Map<String,List<String>> params)
Parses an OpenID Connect authentication response.static AuthenticationResponse
AuthenticationResponseParser. parse(URI redirectURI, Map<String,List<String>> params, JARMValidator jarmValidator)
Parses an OpenID Connect authentication response which may be JSON Web Token (JWT) secured.static AuthenticationSuccessResponse
AuthenticationSuccessResponse. parse(HTTPRequest httpRequest)
Parses an OpenID Connect authentication success response from the specified HTTP request at the client redirection (callback) URI.static AuthenticationSuccessResponse
AuthenticationSuccessResponse. parse(HTTPResponse httpResponse)
Parses an OpenID Connect authentication success response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static AuthenticationSuccessResponse
AuthenticationSuccessResponse. parse(URI uri)
Parses an OpenID Connect authentication success response.static AuthenticationSuccessResponse
AuthenticationSuccessResponse. parse(URI redirectURI, Map<String,List<String>> params)
Parses an OpenID Connect authentication success response.static BackChannelLogoutRequest
BackChannelLogoutRequest. parse(HTTPRequest httpRequest)
Parses a back-channel logout request from the specified HTTP request.static BackChannelLogoutRequest
BackChannelLogoutRequest. parse(URI uri, Map<String,List<String>> params)
Parses a back-channel logout request from the specified URI and request body parameters.static BackChannelLogoutRequest
BackChannelLogoutRequest. parse(Map<String,List<String>> params)
Parses a back-channel logout request from the specified request body parameters.static ClaimsRequest
ClaimsRequest. parse(String json)
Deprecated.Parses a claims request from the specified JSON object string representation.static ClaimsRequest
ClaimsRequest. parse(net.minidev.json.JSONObject jsonObject)
Deprecated.Parses a claims request from the specified JSON object representation.static Display
Display. parse(String s)
Parses a display type.static LogoutRequest
LogoutRequest. parse(HTTPRequest httpRequest)
Parses a logout request from the specified HTTP request.static LogoutRequest
LogoutRequest. parse(String query)
Parses a logout request from the specified URI query string.static LogoutRequest
LogoutRequest. parse(URI uri)
Parses a logout request from the specified URI.static LogoutRequest
LogoutRequest. parse(URI uri, String query)
Parses a logout request from the specified URI query string.static LogoutRequest
LogoutRequest. parse(URI uri, Map<String,List<String>> params)
Parses a logout request from the specified URI and query parameters.static LogoutRequest
LogoutRequest. parse(Map<String,List<String>> params)
Parses a logout request from the specified URI query parameters.static OIDCClaimsRequest
OIDCClaimsRequest. parse(String json)
Parses an OpenID claims request from the specified JSON object string representation.static OIDCClaimsRequest
OIDCClaimsRequest. parse(net.minidev.json.JSONObject jsonObject)
Parses an OpenID claims request from the specified JSON object representation.static OIDCTokenResponse
OIDCTokenResponse. parse(HTTPResponse httpResponse)
Parses an OpenID Connect access token response from the specified HTTP response.static OIDCTokenResponse
OIDCTokenResponse. parse(net.minidev.json.JSONObject jsonObject)
Parses an OpenID Connect token response from the specified JSON object.static TokenResponse
OIDCTokenResponseParser. parse(HTTPResponse httpResponse)
Parses an OpenID Connect token response or token error response from the specified HTTP response.static TokenResponse
OIDCTokenResponseParser. parse(net.minidev.json.JSONObject jsonObject)
Parses an OpenID Connect token response or token error response from the specified JSON object.static Prompt
Prompt. parse(String s)
Parses a prompt from the specified string.static Prompt
Prompt. parse(Collection<String> collection)
Parses a prompt from the specified string list.static Prompt.Type
Prompt.Type. parse(String s)
Parses a prompt type.static SubjectType
SubjectType. parse(String s)
Parses a subject identifier type.static UserInfoErrorResponse
UserInfoErrorResponse. parse(HTTPResponse httpResponse)
Parses a UserInfo error response from the specified HTTP response.static UserInfoErrorResponse
UserInfoErrorResponse. parse(String wwwAuth)
Parses a UserInfo error response from the specified HTTP responseWWW-Authenticate
header.static UserInfoRequest
UserInfoRequest. parse(HTTPRequest httpRequest)
Parses the specified HTTP request for a UserInfo request.static UserInfoResponse
UserInfoResponse. parse(HTTPResponse httpResponse)
Parses a UserInfo response from the specified HTTP response.static UserInfoSuccessResponse
UserInfoSuccessResponse. parse(HTTPResponse httpResponse)
Parses a UserInfo response from the specified HTTP response. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.assurance
Methods in com.nimbusds.openid.connect.sdk.assurance that throw ParseException Modifier and Type Method Description static IdentityAssuranceProcess
IdentityAssuranceProcess. parse(net.minidev.json.JSONObject jsonObject)
Parses an identity assurance process from the specified JSON object.static IdentityVerification
IdentityVerification. parse(net.minidev.json.JSONObject jsonObject)
Parses an identity verification from the specified JSON object. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.assurance.claims
Methods in com.nimbusds.openid.connect.sdk.assurance.claims that throw ParseException Modifier and Type Method Description static CountryCode
CountryCode. parse(String s)
Parses a country code.static ISO3166_1Alpha2CountryCode
ISO3166_1Alpha2CountryCode. parse(String s)
Parses an ISO 3166-1 alpha-2 (two-letter) country code.static ISO3166_1Alpha3CountryCode
ISO3166_1Alpha3CountryCode. parse(String s)
Parses an ISO 3166-1 alpha-3 (three-letter) country code.static ISO3166_3CountryCode
ISO3166_3CountryCode. parse(String s)
Parses an ISO 3166-3 country code.static MSISDN
MSISDN. parse(String s)
Parses an mobile subscriber ISDN number.static VerifiedClaimsSet
VerifiedClaimsSet. parse(net.minidev.json.JSONObject jsonObject)
Parses a verified claims set from the specified JSON object.static VerifiedClaimsSetRequest
VerifiedClaimsSetRequest. parse(String json)
Deprecated.Parses an OpenID Connect verified claims set request from the specified JSON object string representation.static VerifiedClaimsSetRequest
VerifiedClaimsSetRequest. parse(net.minidev.json.JSONObject jsonObject)
Deprecated.Parses an OpenID Connect verified claims set request from the specified JSON object representation. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.assurance.evidences
Methods in com.nimbusds.openid.connect.sdk.assurance.evidences that throw ParseException Modifier and Type Method Description protected static void
IdentityEvidence. ensureType(IdentityEvidenceType expectedType, net.minidev.json.JSONObject jsonObject)
Ensures thetype
member of the specified JSON object matches the expected.static Attestation
Attestation. parse(net.minidev.json.JSONObject jsonObject)
Parses an attestation instance from the specified JSON object.static DocumentDetails
DocumentDetails. parse(net.minidev.json.JSONObject jsonObject)
Parses a document details instance from the specified JSON object.static DocumentEvidence
DocumentEvidence. parse(net.minidev.json.JSONObject jsonObject)
Parses a document evidence from the specified JSON object.static DocumentIssuer
DocumentIssuer. parse(net.minidev.json.JSONObject jsonObject)
Parses a document issuer from the specified JSON object.static ElectronicRecordDetails
ElectronicRecordDetails. parse(net.minidev.json.JSONObject jsonObject)
Parses an electronic record details instance from the specified JSON object.static ElectronicRecordEvidence
ElectronicRecordEvidence. parse(net.minidev.json.JSONObject jsonObject)
Parses an electronic record evidence from the specified JSON object.static ElectronicRecordSource
ElectronicRecordSource. parse(net.minidev.json.JSONObject jsonObject)
Parses an electronic record source from the specified JSON object.static ElectronicSignatureEvidence
ElectronicSignatureEvidence. parse(net.minidev.json.JSONObject jsonObject)
Parses a new signature evidence from the specified JSON object.static IDDocumentDescription
IDDocumentDescription. parse(net.minidev.json.JSONObject jsonObject)
Deprecated.Parses an identity document description from the specified JSON object.static IDDocumentEvidence
IDDocumentEvidence. parse(net.minidev.json.JSONObject jsonObject)
Deprecated.Parses an identity document used as identity evidence from the specified JSON object.static IdentityEvidence
IdentityEvidence. parse(net.minidev.json.JSONObject jsonObject)
Parses an identity evidence from the specified JSON object.static IdentityVerifier
IdentityVerifier. parse(net.minidev.json.JSONObject jsonObject)
Parses a verifier from the specified JSON object.static QESEvidence
QESEvidence. parse(net.minidev.json.JSONObject jsonObject)
Deprecated.Parses a new QES evidence from the specified JSON object.static UtilityBillEvidence
UtilityBillEvidence. parse(net.minidev.json.JSONObject jsonObject)
Deprecated.Parses a utility bill evidence from the specified JSON object.static ValidationMethod
ValidationMethod. parse(net.minidev.json.JSONObject jsonObject)
Parses a validation method from the specified JSON object.static VerificationMethod
VerificationMethod. parse(net.minidev.json.JSONObject jsonObject)
Parses a verification method from the specified JSON object.static Voucher
Voucher. parse(net.minidev.json.JSONObject jsonObject)
Parses a voucher from the specified JSON objecassertEquals("Equality", voucher, Voucher.parse(jsonObject)); assertEquals("Hash code", voucher.hashCode(), Voucher.parse(jsonObject).hashCode());t.static VouchEvidence
VouchEvidence. parse(net.minidev.json.JSONObject jsonObject)
Parses a vouch evidence from the specified JSON object. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment
Methods in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment that throw ParseException Modifier and Type Method Description static Attachment
Attachment. parse(net.minidev.json.JSONObject jsonObject)
Parses an identity evidence attachment from the specified JSON object.static AttachmentType
AttachmentType. parse(String s)
Parses an attachment type from the specified string.static Digest
Digest. parse(net.minidev.json.JSONObject jsonObject)
Parses a digest from the specified JSON object.static EmbeddedAttachment
EmbeddedAttachment. parse(net.minidev.json.JSONObject jsonObject)
Parses an embedded attachment from the specified JSON object.static ExternalAttachment
ExternalAttachment. parse(net.minidev.json.JSONObject jsonObject)
Parses an external attachment from the specified JSON object.static List<Attachment>
Attachment. parseList(net.minidev.json.JSONArray jsonArray)
Parses a list of identity evidence attachments from the specified JSON array. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.assurance.request
Methods in com.nimbusds.openid.connect.sdk.assurance.request that throw ParseException Modifier and Type Method Description static MinimalVerificationSpec
MinimalVerificationSpec. parse(net.minidev.json.JSONObject jsonObject)
Parses a verification spec from the specified JSON object representation.static VerifiedClaimsSetRequest
VerifiedClaimsSetRequest. parse(String json)
Parses an OpenID Connect verified claims set request from the specified JSON object string representation.static VerifiedClaimsSetRequest
VerifiedClaimsSetRequest. parse(net.minidev.json.JSONObject jsonObject)
Parses an OpenID Connect verified claims set request from the specified JSON object representation. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.claims
Methods in com.nimbusds.openid.connect.sdk.claims that throw ParseException Modifier and Type Method Description static Address
Address. parse(String json)
Parses an address claims set from the specified JSON object string.static ClaimsSetRequest.Entry
ClaimsSetRequest.Entry. parse(Map.Entry<String,net.minidev.json.JSONObject> jsonObjectEntry)
Parses an individual claim request from the specified JSON object entry.static ClaimsSetRequest
ClaimsSetRequest. parse(String json)
Parses an OpenID Connect claims set request from the specified JSON object string representation.static ClaimsSetRequest
ClaimsSetRequest. parse(net.minidev.json.JSONObject jsonObject)
Parses an OpenID Connect claims set request from the specified JSON object representation.static ClaimType
ClaimType. parse(String s)
Parses a claim type.static IDTokenClaimsSet
IDTokenClaimsSet. parse(String json)
Parses an ID token claims set from the specified JSON object string.static IDTokenClaimsSet
IDTokenClaimsSet. parse(net.minidev.json.JSONObject jsonObject)
Parses an ID token claims set from the specified JSON object.static LogoutTokenClaimsSet
LogoutTokenClaimsSet. parse(String json)
Parses a logout token claims set from the specified JSON object string.static UserInfo
UserInfo. parse(String json)
Parses a UserInfo claims set from the specified JSON object string.com.nimbusds.jwt.JWTClaimsSet
ClaimsSet. toJWTClaimsSet()
Gets the JSON Web Token (JWT) claims set for this claim set.com.nimbusds.jwt.JWTClaimsSet
LogoutTokenClaimsSet. toJWTClaimsSet()
Constructors in com.nimbusds.openid.connect.sdk.claims that throw ParseException Constructor Description IDTokenClaimsSet(com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet)
Creates a new ID token claims set from the specified JSON Web Token (JWT) claims set.LogoutTokenClaimsSet(com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet)
Creates a new logout token claims set from the specified JSON Web Token (JWT) claims set. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.federation.api
Methods in com.nimbusds.openid.connect.sdk.federation.api that throw ParseException Modifier and Type Method Description static EntityListingErrorResponse
EntityListingErrorResponse. parse(HTTPResponse httpResponse)
Parses an entity listing error response from the specified HTTP response.static EntityListingRequest
EntityListingRequest. parse(HTTPRequest httpRequest)
Parses an entity listing request from the specified HTTP request.static EntityListingRequest
EntityListingRequest. parse(Map<String,List<String>> params)
Parses an entity listing request from the specified query string parameters.static EntityListingResponse
EntityListingResponse. parse(HTTPResponse httpResponse)
Parses an entity listing response from the specified HTTP response.static EntityListingSuccessResponse
EntityListingSuccessResponse. parse(HTTPResponse httpResponse)
Parses an entity listing success response from the specified HTTP response.static FetchEntityStatementErrorResponse
FetchEntityStatementErrorResponse. parse(HTTPResponse httpResponse)
Parses a fetch entity statement error response from the specified HTTP response.static FetchEntityStatementRequest
FetchEntityStatementRequest. parse(HTTPRequest httpRequest)
Parses a fetch entity statement request from the specified HTTP request.static FetchEntityStatementRequest
FetchEntityStatementRequest. parse(Map<String,List<String>> params)
Parses a fetch entity statement request from the specified query string parameters.static FetchEntityStatementResponse
FetchEntityStatementResponse. parse(HTTPResponse httpResponse)
Parses a fetch entity statement response from the specified HTTP response.static FetchEntityStatementSuccessResponse
FetchEntityStatementSuccessResponse. parse(HTTPResponse httpResponse)
Parses a fetch entity statement success response from the specified HTTP response.static TrustNegotiationErrorResponse
TrustNegotiationErrorResponse. parse(HTTPResponse httpResponse)
Parses a trust negotiation error response from the specified HTTP response.static TrustNegotiationRequest
TrustNegotiationRequest. parse(HTTPRequest httpRequest)
Parses a trust negotiation request from the specified HTTP request.static TrustNegotiationRequest
TrustNegotiationRequest. parse(Map<String,List<String>> params)
Parses a trust negotiation request from the specified query string parameters.static TrustNegotiationResponse
TrustNegotiationResponse. parse(HTTPResponse httpResponse)
Parses a trust negotiation response from the specified HTTP response.static TrustNegotiationSuccessResponse
TrustNegotiationSuccessResponse. parse(HTTPResponse httpResponse)
Parses a trust negotiation success response from the specified HTTP response. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.federation.config
Methods in com.nimbusds.openid.connect.sdk.federation.config that throw ParseException Modifier and Type Method Description static FederationEntityConfigurationErrorResponse
FederationEntityConfigurationErrorResponse. parse(HTTPResponse httpResponse)
Parses a federation entity configuration error response from the specified HTTP response.static FederationEntityConfigurationResponse
FederationEntityConfigurationResponse. parse(HTTPResponse httpResponse)
Parses a federation entity configuration response from the specified HTTP response.static FederationEntityConfigurationSuccessResponse
FederationEntityConfigurationSuccessResponse. parse(HTTPResponse httpResponse)
Parses a federation entity configuration success response from the specified HTTP response. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.federation.entities
Methods in com.nimbusds.openid.connect.sdk.federation.entities that throw ParseException Modifier and Type Method Description static EntityID
EntityID. parse(ClientID clientID)
Parses an entity ID from the specified client ID.static EntityID
EntityID. parse(Issuer issuer)
Parses an entity ID from the specified issuer.static EntityID
EntityID. parse(Subject subject)
Parses an entity ID from the specified subject.static EntityID
EntityID. parse(String value)
Parses an entity ID from the specified string.static EntityStatement
EntityStatement. parse(com.nimbusds.jwt.SignedJWT signedStmt)
Parses a federation entity statement.static EntityStatement
EntityStatement. parse(String signedStmtString)
Parses a federation entity statement.static FederationEntityMetadata
FederationEntityMetadata. parse(String json)
Parses a federation entity metadata from the specified JSON object string.static FederationEntityMetadata
FederationEntityMetadata. parse(net.minidev.json.JSONObject jsonObject)
Parses a federation entity metadata from the specified a JSON object string.void
EntityStatementClaimsSet. validateRequiredClaimsPresence()
Validates this claims set for having all minimum required claims for an entity statement.Constructors in com.nimbusds.openid.connect.sdk.federation.entities that throw ParseException Constructor Description EntityStatementClaimsSet(com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet)
Creates a new federation entity statement claims set from the specified JWT claims set. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.federation.policy
Methods in com.nimbusds.openid.connect.sdk.federation.policy that throw ParseException Modifier and Type Method Description static MetadataPolicy
MetadataPolicy. parse(String policySpec)
Parses a policy for a federation entity metadata.static MetadataPolicy
MetadataPolicy. parse(String policySpec, PolicyOperationFactory factory, PolicyOperationCombinationValidator combinationValidator)
Parses a policy for a federation entity metadata.static MetadataPolicy
MetadataPolicy. parse(net.minidev.json.JSONObject policySpec)
Parses a policy for a federation entity metadata.static MetadataPolicy
MetadataPolicy. parse(net.minidev.json.JSONObject policySpec, PolicyOperationFactory factory, PolicyOperationCombinationValidator combinationValidator)
Parses a policy for a federation entity metadata.static MetadataPolicyEntry
MetadataPolicyEntry. parse(String parameterName, net.minidev.json.JSONObject entrySpec)
Parses a policy entry for a metadata parameter.static MetadataPolicyEntry
MetadataPolicyEntry. parse(String parameterName, net.minidev.json.JSONObject entrySpec, PolicyOperationFactory factory, PolicyOperationCombinationValidator combinationValidator)
Parses a policy entry for a metadata parameter. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.federation.policy.language
Methods in com.nimbusds.openid.connect.sdk.federation.policy.language that throw ParseException Modifier and Type Method Description void
PolicyOperation. parseConfiguration(Object jsonEntity)
Parses a federation policy operation configuration from the specified JSON entity. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.federation.policy.operations
Methods in com.nimbusds.openid.connect.sdk.federation.policy.operations that throw ParseException Modifier and Type Method Description void
AddOperation. parseConfiguration(Object jsonEntity)
void
DefaultOperation. parseConfiguration(Object jsonEntity)
void
EssentialOperation. parseConfiguration(Object jsonEntity)
void
ValueOperation. parseConfiguration(Object jsonEntity)
-
Uses of ParseException in com.nimbusds.openid.connect.sdk.federation.registration
Methods in com.nimbusds.openid.connect.sdk.federation.registration that throw ParseException Modifier and Type Method Description static ExplicitClientRegistrationRequest
ExplicitClientRegistrationRequest. parse(HTTPRequest httpRequest)
Parses an explicit client registration request from the specified HTTP request. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.federation.trust.constraints
Methods in com.nimbusds.openid.connect.sdk.federation.trust.constraints that throw ParseException Modifier and Type Method Description static EntityIDConstraint
EntityIDConstraint. parse(String value)
Parses an entity ID constraint.static TrustChainConstraints
TrustChainConstraints. parse(net.minidev.json.JSONObject jsonObject)
Parses a trust chain constraints instance from the specified JSON object. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.federation.trust.marks
Methods in com.nimbusds.openid.connect.sdk.federation.trust.marks that throw ParseException Modifier and Type Method Description void
TrustMarkClaimsSet. validateRequiredClaimsPresence()
Validates this claims set for having all minimum required claims for a trust mark.Constructors in com.nimbusds.openid.connect.sdk.federation.trust.marks that throw ParseException Constructor Description TrustMarkClaimsSet(com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet)
Creates a new trust mark claims set from the specified JWT claims set. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that throw ParseException Modifier and Type Method Description static OIDCProviderEndpointMetadata
OIDCProviderEndpointMetadata. parse(net.minidev.json.JSONObject jsonObject)
Parses an OAuth 2.0 Authorisation Server endpoint metadata from the specified JSON object.static OIDCProviderMetadata
OIDCProviderMetadata. parse(String s)
Parses an OpenID Provider metadata from the specified JSON object string.static OIDCProviderMetadata
OIDCProviderMetadata. parse(net.minidev.json.JSONObject jsonObject)
Parses an OpenID Provider metadata from the specified JSON object. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.rp
Methods in com.nimbusds.openid.connect.sdk.rp that throw ParseException Modifier and Type Method Description static OIDCClientInformation
OIDCClientInformation. parse(net.minidev.json.JSONObject jsonObject)
Parses an OpenID Connect client information instance from the specified JSON object.static OIDCClientInformationResponse
OIDCClientInformationResponse. parse(HTTPResponse httpResponse)
Parses an OpenID Connect client information response from the specified HTTP response.static OIDCClientMetadata
OIDCClientMetadata. parse(net.minidev.json.JSONObject jsonObject)
Parses an OpenID Connect client metadata instance from the specified JSON object.static OIDCClientRegistrationRequest
OIDCClientRegistrationRequest. parse(HTTPRequest httpRequest)
Parses an OpenID Connect client registration request from the specified HTTP POST request.static ClientRegistrationResponse
OIDCClientRegistrationResponseParser. parse(HTTPResponse httpResponse)
Parses an OpenID Connect client registration response from the specified HTTP response.static OIDCClientUpdateRequest
OIDCClientUpdateRequest. parse(HTTPRequest httpRequest)
Parses an OpenID Connect client update request from the specified HTTP PUT request. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.token
Methods in com.nimbusds.openid.connect.sdk.token that throw ParseException Modifier and Type Method Description static OIDCTokens
OIDCTokens. parse(net.minidev.json.JSONObject jsonObject)
Parses an OpenID Connect tokens instance from the specified JSON object.
-