Uses of Class
com.nimbusds.oauth2.sdk.ParseException
Packages that use ParseException
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
OAuth 2.0 Authorisation Server (AS) classes.
JWT bearer assertions.
SAML 2.0 bearer assertions.
Implementations of OAuth 2.0 client authentication methods at the Token
endpoint.
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
OAuth 2.0 dynamic client registration.
OAuth 2.0 device authorisation grant classes.
HTTP message and utility classes.
Common OAuth 2.0 identifier and identity classes.
JWT Secured Authorization Response Mode for OAuth 2.0 (JARM) utilities.
Proof Key for Code Exchange (PKCE) classes.
OAuth 2.0 Rich Authorization Request (RAR) classes.
OAuth 2.0 access and refresh token implementations.
OAuth 2.0 token exchange.
Common utility classes.
Date / time utilities.
Classes for representing, serialising and parsing core OpenID Connect
concepts.
OpenID Connect for Identity Assurance 1.0 classes.
OpenID Connect for Identity Assurance 1.0 claims.
OpenID Connect for Identity Assurance 1.0 evidence classes.
OpenID Connect for Identity Assurance 1.0 evidence attachment classes.
OpenID Connect for Identity Assurance 1.0 request classes.
Claims and claim sets used in OpenID Connect.
OpenID Connect Federation 1.0 API classes.
OpenID Connect Federation 1.0 entity configuration request and response
classes.
OpenID Connect Federation 1.0 entity classes.
OpenID Connect Federation 1.0 policy.
Interfaces and classes for the OpenID Connect Federation 1.0 policy
language.
OpenID Connect Federation 1.0 policy operations.
OpenID Connect Federation 1.0 explicit client registration.
OpenID Connect Federation 1.0 trust chains and resolution.
OpenID Connect Federation 1.0 trust chain constraints.
Federation trust marks.
OpenID Connect Federation 1.0 utilities.
OpenID Connect native SSO.
OpenID Connect Provider (OP) classes.
OpenID Connect Relying Party (RP) classes.
OpenID Connect token extensions.
-
Uses of ParseException in com.nimbusds.oauth2.sdk
Fields in com.nimbusds.oauth2.sdk declared as ParseExceptionModifier and TypeFieldDescriptionprotected static final ParseExceptionAssertionGrant.MISSING_ASSERTION_PARAM_EXCEPTIONCaches missingassertionparameter exception.Methods in com.nimbusds.oauth2.sdk that throw ParseExceptionModifier and TypeMethodDescriptionstatic voidEnsures the specified grant type is set in a list of parameters.booleanTokenIntrospectionSuccessResponse.getBooleanParameter(String name) Returns the boolean parameter with the specified name.static AccessTokenResponseAccessTokenResponse.parse(HTTPResponse httpResponse) Parses an access token response from the specified HTTP response.static AccessTokenResponseAccessTokenResponse.parse(net.minidev.json.JSONObject jsonObject) Parses an access token response from the specified JSON object.static AuthorizationCodeGrantParses an authorisation code grant from the specified request body parameters.static AuthorizationErrorResponseAuthorizationErrorResponse.parse(HTTPRequest httpRequest) Parses an authorisation error response from the specified HTTP request at the client redirection (callback) URI.static AuthorizationErrorResponseAuthorizationErrorResponse.parse(HTTPResponse httpResponse) Parses an authorisation error response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static AuthorizationErrorResponseParses an authorisation error response.static AuthorizationErrorResponseParses an authorisation error response.static AuthorizationGrantParses an authorisation grant from the specified request body parameters.static AuthorizationRequestAuthorizationRequest.parse(HTTPRequest httpRequest) Parses an authorisation request from the specified HTTP GET or POST request.static AuthorizationRequestParses an authorisation request from the specified URI query string.static AuthorizationRequestParses an authorisation request from the specified URI.static AuthorizationRequestParses an authorisation request from the specified URI and query string.static AuthorizationRequestParses an authorisation request from the specified URI and query parameters.static AuthorizationRequestParses an authorisation request from the specified URI query parameters.static AuthorizationResponseAuthorizationResponse.parse(HTTPRequest httpRequest) Parses an authorisation response from the specified HTTP request at the client redirection (callback) URI.static AuthorizationResponseAuthorizationResponse.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 AuthorizationResponseAuthorizationResponse.parse(HTTPResponse httpResponse) Parses an authorisation response from the specified initial HTTP 302 redirect response output at the authorisation endpoint.static AuthorizationResponseAuthorizationResponse.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 AuthorizationResponseParses an authorisation response.static AuthorizationResponseAuthorizationResponse.parse(URI uri, JARMValidator jarmValidator) Parses and validates a JSON Web Token (JWT) secured authorisation response.static AuthorizationResponseParses an authorisation response.static AuthorizationResponseAuthorizationResponse.parse(URI redirectURI, Map<String, List<String>> params, JARMValidator jarmValidator) Parses an authorisation response which may be JSON Web Token (JWT) secured.static AuthorizationSuccessResponseAuthorizationSuccessResponse.parse(HTTPRequest httpRequest) Parses an authorisation success response from the specified HTTP request at the client redirection (callback) URI.static AuthorizationSuccessResponseAuthorizationSuccessResponse.parse(HTTPResponse httpResponse) Parses an authorisation success response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static AuthorizationSuccessResponseParses an authorisation success response.static AuthorizationSuccessResponseParses an authorisation success response.static ClientCredentialsGrantParses a client credentials grant from the specified request body parameters.static GrantTypeParses a grant type from the specified string.static JWTBearerGrantParses a JWT bearer grant from the specified request body parameters.PushedAuthorizationErrorResponse.parse(HTTPResponse httpResponse) Parses a pushed authorisation error response from the specified HTTP response.static PushedAuthorizationRequestPushedAuthorizationRequest.parse(HTTPRequest httpRequest) Parses a pushed authorisation request from the specified HTTP request.static PushedAuthorizationResponsePushedAuthorizationResponse.parse(HTTPResponse httpResponse) Parses a pushed authorisation response from the specified HTTP response.PushedAuthorizationSuccessResponse.parse(HTTPResponse httpResponse) Parses a pushed authorisation success response from the specified HTTP response.PushedAuthorizationSuccessResponse.parse(net.minidev.json.JSONObject jsonObject) Parses pushed authorisation success response from the specified JSON object.static RefreshTokenGrantParses a refresh token grant from the specified request body parameters.RequestObjectPOSTErrorResponse.parse(HTTPResponse httpResponse) Deprecated.Parses a request object POST error response from the specified HTTP response.static RequestObjectPOSTRequestRequestObjectPOSTRequest.parse(HTTPRequest httpRequest) Deprecated.Parses a request object POST request from the specified HTTP request.static RequestObjectPOSTResponseRequestObjectPOSTResponse.parse(HTTPResponse httpResponse) Deprecated.Parses a request object POST response from the specified HTTP response.RequestObjectPOSTSuccessResponse.parse(HTTPResponse httpResponse) Deprecated.Parses a request object POST success response from the specified HTTP response.RequestObjectPOSTSuccessResponse.parse(net.minidev.json.JSONObject jsonObject) Deprecated.Parses a request object POST success response from the specified JSON object.Parses a resource owner password credentials grant from the specified request body parameters.static ResponseTypeParses a set of authorisation response types.static SAML2BearerGrantParses a SAML 2.0 bearer grant from the specified request body parameters.static TokenErrorResponseTokenErrorResponse.parse(HTTPResponse httpResponse) Parses an OAuth 2.0 Token Error response from the specified HTTP response.static TokenErrorResponseTokenErrorResponse.parse(net.minidev.json.JSONObject jsonObject) Parses an OAuth 2.0 Token Error response from the specified JSON object.TokenIntrospectionErrorResponse.parse(HTTPResponse httpResponse) Parses a token introspection error response from the specified HTTP response.static TokenIntrospectionRequestTokenIntrospectionRequest.parse(HTTPRequest httpRequest) Parses a token introspection request from the specified HTTP request.static TokenIntrospectionResponseTokenIntrospectionResponse.parse(HTTPResponse httpResponse) Parses a token introspection response from the specified HTTP response.TokenIntrospectionSuccessResponse.parse(HTTPResponse httpResponse) Parses a token introspection success response from the specified HTTP response.TokenIntrospectionSuccessResponse.parse(net.minidev.json.JSONObject jsonObject) Parses a token introspection success response from the specified JSON object.static TokenRequestTokenRequest.parse(HTTPRequest httpRequest) Parses a token request from the specified HTTP request.static TokenResponseTokenResponse.parse(HTTPResponse httpResponse) Parses a token response from the specified HTTP response.static TokenResponseTokenResponse.parse(net.minidev.json.JSONObject jsonObject) Parses a token response from the specified JSON object.static TokenRevocationRequestTokenRevocationRequest.parse(HTTPRequest httpRequest) Parses a token revocation request from the specified HTTP request.AuthorizationResponse.parseResponseParameters(HTTPRequest httpRequest) Parses the relevant authorisation response parameters.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 ParseExceptionModifier and TypeMethodDescriptionAuthorizationServerEndpointMetadata.parse(net.minidev.json.JSONObject jsonObject) Parses an OAuth 2.0 Authorisation Server endpoint metadata from the specified JSON object.static AuthorizationServerMetadataParses an OAuth 2.0 Authorisation Server metadata from the specified JSON object string.static AuthorizationServerMetadataAuthorizationServerMetadata.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 ParseExceptionModifier and TypeMethodDescriptionstatic JWTAssertionDetailsJWTAssertionDetails.parse(com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet) Parses a JWT bearer assertion details instance from the specified JWT claims set.static JWTAssertionDetailsJWTAssertionDetails.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 ParseExceptionModifier and TypeMethodDescriptionstatic SAML2AssertionDetailsSAML2AssertionDetails.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.AssertionParses 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 ParseExceptionModifier and TypeMethodDescriptionprotected static voidJWTAuthentication.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 ClientAuthenticationClientAuthentication.parse(HTTPRequest httpRequest) Parses the specified HTTP request for a supported client authentication (seeClientAuthenticationMethod).static ClientSecretBasicClientSecretBasic.parse(HTTPRequest httpRequest) Parses a client secret basic authentication from the specified HTTP request.static ClientSecretBasicParses a client secret basic authentication from the specified HTTP Authorization header.static ClientSecretJWTClientSecretJWT.parse(HTTPRequest httpRequest) Parses the specified HTTP POST request for a client secret JSON Web Token (JWT) authentication.static ClientSecretJWTParses a client secret JSON Web Token (JWT) authentication from the specifiedapplication/x-www-form-urlencodedencoded parameters string.static ClientSecretJWTParses the specified parameters map for a client secret JSON Web Token (JWT) authentication.static ClientSecretPostClientSecretPost.parse(HTTPRequest httpRequest) Parses a client secret post authentication from the specified HTTP POST request.static ClientSecretPostParses a client secret post authentication from the specifiedapplication/x-www-form-urlencodedencoded parameters string.static ClientSecretPostParses a client secret post authentication from the specified parameters map.static JWTAuthenticationJWTAuthentication.parse(HTTPRequest httpRequest) Parses the specified HTTP request for a JSON Web Token (JWT) based client authentication.static JWTAuthenticationClaimsSetJWTAuthenticationClaimsSet.parse(com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet) Parses a JWT client authentication claims set from the specified JWT claims set.static JWTAuthenticationClaimsSetJWTAuthenticationClaimsSet.parse(net.minidev.json.JSONObject jsonObject) Parses a JWT client authentication claims set from the specified JSON object.static PKITLSClientAuthenticationPKITLSClientAuthentication.parse(HTTPRequest httpRequest) Parses a PKI mutual TLS client authentication from the specified HTTP request.static PrivateKeyJWTPrivateKeyJWT.parse(HTTPRequest httpRequest) Parses the specified HTTP POST request for a private key JSON Web Token (JWT) authentication.static PrivateKeyJWTParses a private key JSON Web Token (JWT) authentication from the specifiedapplication/x-www-form-urlencodedencoded parameters string.static PrivateKeyJWTParses the specified parameters map for a private key JSON Web Token (JWT) authentication.SelfSignedTLSClientAuthentication.parse(HTTPRequest httpRequest) Parses a self-signed certificate mutual TLS client authentication from the specified HTTP request.protected static com.nimbusds.jwt.SignedJWTJWTAuthentication.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 ParseExceptionModifier and TypeMethodDescriptionstatic AuthRequestIDParses new CIBA request ID from the specified value.static BackChannelTokenDeliveryModeParses a CIBA token delivery mode from the specified string.static CIBAErrorDeliveryCIBAErrorDelivery.parse(HTTPRequest httpRequest) Parses a CIBA error push delivery from the specified HTTP request.static CIBAErrorResponseCIBAErrorResponse.parse(HTTPResponse httpResponse) Parses a CIBA error response from the specified HTTP response.static CIBAErrorResponseCIBAErrorResponse.parse(net.minidev.json.JSONObject jsonObject) Parses a CIBA error response from the specified JSON object.static CIBAGrantParses a CIBA grant from the specified request body parameters.static CIBAPingCallbackCIBAPingCallback.parse(HTTPRequest httpRequest) Parses a CIBA ping callback from the specified HTTP request.static CIBAPushCallbackCIBAPushCallback.parse(HTTPRequest httpRequest) Parses a CIBA push callback from the specified HTTP request.static CIBARequestCIBARequest.parse(HTTPRequest httpRequest) Parses a CIBA request from the specified HTTP request.static CIBARequestAcknowledgementCIBARequestAcknowledgement.parse(HTTPResponse httpResponse) Parses a successful CIBA request acknowledgement from the specified HTTP response.static CIBARequestAcknowledgementCIBARequestAcknowledgement.parse(net.minidev.json.JSONObject jsonObject) Parses a successful CIBA request acknowledgement from the specified JSON object.static CIBAResponseCIBAResponse.parse(HTTPResponse httpResponse) Parses a CIBA response from the specified HTTP response.static CIBAResponseCIBAResponse.parse(net.minidev.json.JSONObject jsonObject) Parses a CIBA response from the specified JSON object.static CIBATokenDeliveryCIBATokenDelivery.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 ParseExceptionModifier and TypeMethodDescriptionstatic ClientDeleteRequestClientDeleteRequest.parse(HTTPRequest httpRequest) Parses a client delete request from the specified HTTP DELETE request.static ClientInformationClientInformation.parse(net.minidev.json.JSONObject jsonObject) Parses a client information instance from the specified JSON object.static ClientInformationResponseClientInformationResponse.parse(HTTPResponse httpResponse) Parses a client information response from the specified HTTP response.static ClientMetadataClientMetadata.parse(net.minidev.json.JSONObject jsonObject) Parses a client metadata instance from the specified JSON object.static ClientReadRequestClientReadRequest.parse(HTTPRequest httpRequest) Parses a client read request from the specified HTTP GET request.ClientRegistrationErrorResponse.parse(HTTPResponse httpResponse) Parses a client registration error response from the specified HTTP response.static ClientRegistrationRequestClientRegistrationRequest.parse(HTTPRequest httpRequest) Parses a client registration request from the specified HTTP POST request.static ClientRegistrationResponseClientRegistrationResponse.parse(HTTPResponse httpResponse) Parses a client registration response from the specified HTTP response.static ClientUpdateRequestClientUpdateRequest.parse(HTTPRequest httpRequest) Parses a client update request from the specified HTTP PUT request.static ClientIDClientCredentialsParser.parseID(net.minidev.json.JSONObject jsonObject) Parses a client identifier from the specified JSON object.static DateClientCredentialsParser.parseIDIssueDate(net.minidev.json.JSONObject jsonObject) Parses a client identifier issue date from the specified JSON object.static BearerAccessTokenClientCredentialsParser.parseRegistrationAccessToken(net.minidev.json.JSONObject jsonObject) Parses a client registration access token from the specified JSON object.static URIClientCredentialsParser.parseRegistrationURI(net.minidev.json.JSONObject jsonObject) Parses a client registration URI from the specified JSON object.static SecretClientCredentialsParser.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 ParseExceptionModifier and TypeMethodDescriptionDeviceAuthorizationErrorResponse.parse(HTTPResponse httpResponse) Parses an OAuth 2.0 ciba authorization error, push error or token response - from the specified HTTP response.DeviceAuthorizationErrorResponse.parse(net.minidev.json.JSONObject jsonObject) Parses an OAuth 2.0 device authorization response from the specified JSON object.static DeviceAuthorizationRequestDeviceAuthorizationRequest.parse(HTTPRequest httpRequest) Parses a device authorization request from the specified HTTP request.static DeviceAuthorizationResponseDeviceAuthorizationResponse.parse(HTTPResponse httpResponse) Parses a device authorization response from the specified HTTP response.static DeviceAuthorizationResponseDeviceAuthorizationResponse.parse(net.minidev.json.JSONObject jsonObject) Parses a device authorization response from the specified JSON object.DeviceAuthorizationSuccessResponse.parse(HTTPResponse httpResponse) Parses an device authorization response from the specified HTTP response.DeviceAuthorizationSuccessResponse.parse(net.minidev.json.JSONObject jsonObject) Parses an device authorization response from the specified JSON object.static DeviceCodeGrantParses 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 ParseExceptionModifier and TypeMethodDescriptionvoidHTTPRequest.ensureMethod(HTTPRequest.Method expectedMethod) Ensures this HTTP request has the specified method.voidHTTPResponse.ensureStatusCode(int... expectedStatusCode) Ensures this HTTP response has the specified status code.voidHTTPResponse.ensureStatusCodeNotOK()Ensures this HTTP response does not have a200 OKstatus code.net.minidev.json.JSONArrayHTTPResponse.getContentAsJSONArray()Deprecated.net.minidev.json.JSONObjectHTTPResponse.getContentAsJSONObject()Deprecated.UseHTTPMessage.getBodyAsJSONObject().com.nimbusds.jwt.JWTHTTPResponse.getContentAsJWT()Deprecated.UseHTTPMessage.getBodyAsJWT().com.nimbusds.jwt.SignedJWTHTTPRequest.getPoPWithException()Gets theDPoPheader value.net.minidev.json.JSONObjectHTTPRequest.getQueryAsJSONObject()Deprecated.UseHTTPMessage.getBodyAsJSONObject(). -
Uses of ParseException in com.nimbusds.oauth2.sdk.id
Methods in com.nimbusds.oauth2.sdk.id that throw ParseExceptionModifier and TypeMethodDescriptionstatic ActorActor.parse(net.minidev.json.JSONObject jsonObject) Parses an actor from the specified JSON object representation.static ActorActor.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 ParseExceptionModifier and TypeMethodDescriptionstatic booleanJARMUtils.impliesAuthorizationErrorResponse(com.nimbusds.jwt.JWT jwt) Returnstrueif the specified JWT-secured authorisation response implies an error response.static booleanJARMUtils.impliesAuthorizationErrorResponse(String jwtString) Returnstrueif 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 ParseExceptionModifier and TypeMethodDescriptionstatic CodeChallengeParses a code challenge from the specified string. -
Uses of ParseException in com.nimbusds.oauth2.sdk.rar
Methods in com.nimbusds.oauth2.sdk.rar that throw ParseExceptionModifier and TypeMethodDescriptionstatic AuthorizationDetailAuthorizationDetail.parse(net.minidev.json.JSONObject jsonObject) Parses an authorisation detail from the specified JSON object.static List<AuthorizationDetail>Parses an authorisation details list from the specified JSON array string.static List<AuthorizationDetail>Parses an authorisation details list from the specified JSON objects list. -
Uses of ParseException in com.nimbusds.oauth2.sdk.token
Methods in com.nimbusds.oauth2.sdk.token that throw ParseExceptionModifier and TypeMethodDescriptionstatic AccessTokenTypeAccessTokenParseUtils.determineAccessTokenTypeFromAuthorizationHeader(String header) Determines the access token type from anAuthorizationHTTP request header.static AccessTokenAccessToken.parse(HTTPRequest request) Parses an HTTP request header value for an access token.static AccessTokenDeprecated.static AccessTokenAccessToken.parse(String header, AccessTokenType preferredType) Parses anAuthorizationHTTP request header value for an access token.static AccessTokenAccessToken.parse(net.minidev.json.JSONObject jsonObject) Parses an access token from a JSON object access token response.static BearerAccessTokenBearerAccessToken.parse(HTTPRequest request) Parses an HTTP request for a bearer access token.static BearerAccessTokenParses an HTTP Authorization header for a bearer access token.static BearerAccessTokenParses a query or form parameters map for a bearer access token.static BearerAccessTokenBearerAccessToken.parse(net.minidev.json.JSONObject jsonObject) Parses a bearer access token from a JSON object access token response.static BearerTokenErrorParses an OAuth 2.0 bearer token error from the specified HTTP responseWWW-Authenticateheader.static DPoPAccessTokenDPoPAccessToken.parse(HTTPRequest request) Parses an HTTP request for a DPoP access token.static DPoPAccessTokenParses an HTTP Authorization header for a DPoP access token.static DPoPAccessTokenParses a query or form parameters map for a DPoP access token.static DPoPAccessTokenDPoPAccessToken.parse(net.minidev.json.JSONObject jsonObject) Parses a DPoP access token from a JSON object access token response.static DPoPTokenErrorParses an OAuth 2.0 DPoP token error from the specified HTTP responseWWW-Authenticateheader.static NAAccessTokenNAAccessToken.parse(net.minidev.json.JSONObject jsonObject) Parses a N/A access token from a JSON object access token response.static RefreshTokenRefreshToken.parse(net.minidev.json.JSONObject jsonObject) Parses a refresh token from a JSON object access token response.static TokensTokens.parse(net.minidev.json.JSONObject jsonObject) Parses an access and optional refresh token from the specified JSON object.static TokenTypeURIParses a token type URI from the specified string.static voidAccessTokenParseUtils.parseAndEnsureTypeFromJSONObject(net.minidev.json.JSONObject jsonObject, AccessTokenType type) Parses atoken_typefrom a JSON object and ensures it matches the specified.static List<AuthorizationDetail>AccessTokenParseUtils.parseAuthorizationDetailsFromJSONObject(net.minidev.json.JSONObject jsonObject) Parses anauthorization_detailsparameter from a JSON object.static TokenTypeURIAccessTokenParseUtils.parseIssuedTokenTypeFromJSONObject(net.minidev.json.JSONObject jsonObject) Parses anissued_token_typeparameter from a JSON object.static longAccessTokenParseUtils.parseLifetimeFromJSONObject(net.minidev.json.JSONObject jsonObject) Parses an access tokenexpires_inparameter from a JSON object.static ScopeAccessTokenParseUtils.parseScopeFromJSONObject(net.minidev.json.JSONObject jsonObject) Parses ascopeparameter from a JSON object.static StringAccessTokenParseUtils.parseValueFromAuthorizationHeader(String header, AccessTokenType type) Parses an access token value from anAuthorizationHTTP request header.static StringAccessTokenParseUtils.parseValueFromJSONObject(net.minidev.json.JSONObject params) Parses an {code access_token} value from a JSON object.static StringAccessTokenParseUtils.parseValueFromQueryParameters(Map<String, List<String>> parameters) Parses anaccess_tokenvalue from a query or form parameters.static StringAccessTokenParseUtils.parseValueFromQueryParameters(Map<String, List<String>> parameters, AccessTokenType type) Parses anaccess_tokenvalues from a query or form parameters. -
Uses of ParseException in com.nimbusds.oauth2.sdk.tokenexchange
Methods in com.nimbusds.oauth2.sdk.tokenexchange that throw ParseException -
Uses of ParseException in com.nimbusds.oauth2.sdk.util
Methods in com.nimbusds.oauth2.sdk.util that throw ParseExceptionModifier and TypeMethodDescriptionstatic voidContentTypeUtils.ensureContentType(com.nimbusds.common.contenttype.ContentType expected, com.nimbusds.common.contenttype.ContentType found) Ensures theContent-Typeof an HTTP header matches an expected value.static voidContentTypeUtils.ensureContentType(com.nimbusds.common.contenttype.ContentType expected, String subTypeSuffix, com.nimbusds.common.contenttype.ContentType found) Ensures theContent-Typeof an HTTP header matches an expected value.static booleanJSONObjectUtils.getBoolean(net.minidev.json.JSONObject o, String key) Gets a boolean member of a JSON object.static booleanJSONObjectUtils.getBoolean(net.minidev.json.JSONObject o, String key, boolean def) Gets a boolean member of a JSON object.static doubleGets a number member of a JSON object asdouble.static doubleGets a number member of a JSON object asdouble.static <T extends Enum<T>>
TGets a string member of a JSON object as an enumerated object.static <T extends Enum<T>>
TGets a string member of a JSON object as an enumerated object.static floatGets a number member of a JSON objectfloat.static floatGets a number member of a JSON objectfloat.static <T> TJSONObjectUtils.getGeneric(net.minidev.json.JSONObject o, String key, Class<T> clazz) Gets a generic member of a JSON object.static intGets an number member of a JSON object asint.static intGets an number member of a JSON object asint.static net.minidev.json.JSONArrayJSONObjectUtils.getJSONArray(net.minidev.json.JSONObject o, String key) Gets a JSON array member of a JSON object.static net.minidev.json.JSONArrayJSONObjectUtils.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.JSONObjectJSONObjectUtils.getJSONObject(net.minidev.json.JSONObject o, String key) Gets a JSON object member of a JSON object.static net.minidev.json.JSONObjectJSONObjectUtils.getJSONObject(net.minidev.json.JSONObject o, String key, net.minidev.json.JSONObject def) Gets a JSON object member of a JSON object.Gets a list member of a JSON object.Gets a list member of a JSON object.static longGets a number member of a JSON object aslong.static longGets a number member of a JSON object aslong.static StringJSONObjectUtils.getNonBlankString(net.minidev.json.JSONObject o, String key) Gets a string member of a JSON object.static NumberGets a number member of a JSON object asjava.lang.Number.static NumberGets a number member of a JSON object asjava.lang.Number.static StringGets a string member of a JSON object.static StringGets 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.JSONObjectUtils.getStringList(net.minidev.json.JSONObject o, String key) Gets a string list member of a JSON object.JSONObjectUtils.getStringList(net.minidev.json.JSONObject o, String key, List<String> def) Gets a string list member of a JSON object.JSONObjectUtils.getStringSet(net.minidev.json.JSONObject o, String key) Gets a string array member of a JSON object as a string set.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 URIGets a string member of a JSON object asjava.net.URI.static URIGets a string member of a JSON object asjava.net.URI.static URLGets a string member of a JSON object asjava.net.URL.static URLGets a string member of a JSON object asjava.net.URL.static net.minidev.json.JSONArrayParses a JSON array.static net.minidev.json.JSONObjectParses a JSON object.static ObjectParses a JSON value.static ObjectJSONUtils.parseJSONKeepingOrder(String s) Parses a JSON value while keeping the order of JSON object members.static net.minidev.json.JSONObjectJSONObjectUtils.parseJSONObject(String s) Deprecated.static LinkedHashMap<String,Object> JSONObjectUtils.parseKeepingOrder(String s) Parses a JSON object while keeping the order of JSON object members.ResourceUtils.parseResourceURIs(List<String> stringList) Parses a list of resource URIs from the specified string list.static <T> TCasts an object.static booleanCasts 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<?>Casts an object to a list.static NumberCasts an object to a number.static StringCasts an object to a 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.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 ParseExceptionModifier and TypeMethodDescriptionstatic DateWithTimeZoneOffsetDateWithTimeZoneOffset.parseISO8601String(String s) Parses an ISO 8601 representation inYYYY-MM-DDThh:mm:ss±hh:mmformat.static SimpleDateSimpleDate.parseISO8601String(String s) Parses an ISO 8601 representation inYYYY-MM-DDformat. -
Uses of ParseException in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that throw ParseExceptionModifier and TypeMethodDescriptionstatic AuthenticationErrorResponseAuthenticationErrorResponse.parse(HTTPRequest httpRequest) Parses an OpenID Connect authentication error response from the specified HTTP request at the client redirection (callback) URI.static AuthenticationErrorResponseAuthenticationErrorResponse.parse(HTTPResponse httpResponse) Parses an OpenID Connect authentication error response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static AuthenticationErrorResponseParses an OpenID Connect authentication error response.static AuthenticationErrorResponseParses an OpenID Connect authentication error response.static AuthenticationRequestAuthenticationRequest.parse(HTTPRequest httpRequest) Parses an authentication request from the specified HTTP GET or POST request.static AuthenticationRequestParses an OpenID Connect authentication request from the specified URI query string.static AuthenticationRequestParses an OpenID Connect authentication request from the specified URI.static AuthenticationRequestParses an OpenID Connect authentication request from the specified URI query string.static AuthenticationRequestParses an OpenID Connect authentication request from the specified URI and query parameters.static AuthenticationRequestParses an OpenID Connect authentication request from the specified URI query parameters.static AuthenticationResponseAuthenticationResponseParser.parse(HTTPRequest httpRequest) Parses an OpenID Connect authentication response from the specified HTTP request at the client redirection (callback) URI.static AuthenticationResponseAuthenticationResponseParser.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 AuthenticationResponseAuthenticationResponseParser.parse(HTTPResponse httpResponse) Parses an OpenID Connect authentication response from the specified initial HTTP 302 redirect response output at the authorisation endpoint.static AuthenticationResponseAuthenticationResponseParser.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 AuthenticationResponseParses an OpenID Connect authentication response.static AuthenticationResponseAuthenticationResponseParser.parse(URI uri, JARMValidator jarmValidator) Parses and validates a JSON Web Token (JWT) secured OpenID Connect authentication response.static AuthenticationResponseParses an OpenID Connect authentication response.static AuthenticationResponseAuthenticationResponseParser.parse(URI redirectURI, Map<String, List<String>> params, JARMValidator jarmValidator) Parses an OpenID Connect authentication response which may be JSON Web Token (JWT) secured.AuthenticationSuccessResponse.parse(HTTPRequest httpRequest) Parses an OpenID Connect authentication success response from the specified HTTP request at the client redirection (callback) URI.AuthenticationSuccessResponse.parse(HTTPResponse httpResponse) Parses an OpenID Connect authentication success response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.Parses an OpenID Connect authentication success response.Parses an OpenID Connect authentication success response.static BackChannelLogoutRequestBackChannelLogoutRequest.parse(HTTPRequest httpRequest) Parses a back-channel logout request from the specified HTTP request.static BackChannelLogoutRequestParses a back-channel logout request from the specified URI and request body parameters.static BackChannelLogoutRequestParses a back-channel logout request from the specified request body parameters.static ClaimsRequestDeprecated.Parses a claims request from the specified JSON object string representation.static ClaimsRequestClaimsRequest.parse(net.minidev.json.JSONObject jsonObject) Deprecated.Parses a claims request from the specified JSON object representation.static DisplayParses a display type.static LogoutRequestLogoutRequest.parse(HTTPRequest httpRequest) Parses a logout request from the specified HTTP GET or POST request.static LogoutRequestParses a logout request from the specified URI query string.static LogoutRequestParses a logout request from the specified URI.static LogoutRequestParses a logout request from the specified URI query string.static LogoutRequestParses a logout request from the specified URI and query parameters.static LogoutRequestParses a logout request from the specified parameters.static OIDCClaimsRequestParses an OpenID claims request from the specified JSON object string representation.static OIDCClaimsRequestOIDCClaimsRequest.parse(net.minidev.json.JSONObject jsonObject) Parses an OpenID claims request from the specified JSON object representation.static OIDCTokenResponseOIDCTokenResponse.parse(HTTPResponse httpResponse) Parses an OpenID Connect access token response from the specified HTTP response.static OIDCTokenResponseOIDCTokenResponse.parse(net.minidev.json.JSONObject jsonObject) Parses an OpenID Connect token response from the specified JSON object.static TokenResponseOIDCTokenResponseParser.parse(HTTPResponse httpResponse) Parses an OpenID Connect token response or token error response from the specified HTTP response.static TokenResponseOIDCTokenResponseParser.parse(net.minidev.json.JSONObject jsonObject) Parses an OpenID Connect token response or token error response from the specified JSON object.static PromptParses a prompt from the specified string.static PromptPrompt.parse(Collection<String> collection) Parses a prompt from the specified string list.static Prompt.TypeParses a prompt type.static SubjectTypeParses a subject identifier type.static UserInfoErrorResponseUserInfoErrorResponse.parse(HTTPResponse httpResponse) Parses a UserInfo error response from the specified HTTP response.static UserInfoErrorResponseParses a UserInfo error response from the specified HTTP responseWWW-Authenticateheader.static UserInfoRequestUserInfoRequest.parse(HTTPRequest httpRequest) Parses the specified HTTP request for a UserInfo request.static UserInfoResponseUserInfoResponse.parse(HTTPResponse httpResponse) Parses a UserInfo response from the specified HTTP response.static UserInfoSuccessResponseUserInfoSuccessResponse.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 ParseExceptionModifier and TypeMethodDescriptionstatic IdentityAssuranceProcessIdentityAssuranceProcess.parse(net.minidev.json.JSONObject jsonObject) Parses an identity assurance process from the specified JSON object.static IdentityVerificationIdentityVerification.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 ParseExceptionModifier and TypeMethodDescriptionstatic CountryCodeParses a country code.static ISO3166_1Alpha2CountryCodeParses an ISO 3166-1 alpha-2 (two-letter) country code.static ISO3166_1Alpha3CountryCodeParses an ISO 3166-1 alpha-3 (three-letter) country code.static ISO3166_3CountryCodeParses an ISO 3166-3 country code.static MSISDNParses an mobile subscriber ISDN number.static VerifiedClaimsSetVerifiedClaimsSet.parse(net.minidev.json.JSONObject jsonObject) Parses a verified claims set from the specified JSON object.static VerifiedClaimsSetRequestDeprecated.Parses an OpenID Connect verified claims set request from the specified JSON object string representation.static VerifiedClaimsSetRequestVerifiedClaimsSetRequest.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 ParseExceptionModifier and TypeMethodDescriptionprotected static voidIdentityEvidence.ensureType(IdentityEvidenceType expectedType, net.minidev.json.JSONObject jsonObject) Ensures thetypemember of the specified JSON object matches the expected.static AttestationAttestation.parse(net.minidev.json.JSONObject jsonObject) Parses an attestation instance from the specified JSON object.static DocumentDetailsDocumentDetails.parse(net.minidev.json.JSONObject jsonObject) Parses a document details instance from the specified JSON object.static DocumentEvidenceDocumentEvidence.parse(net.minidev.json.JSONObject jsonObject) Parses a document evidence from the specified JSON object.static DocumentIssuerDocumentIssuer.parse(net.minidev.json.JSONObject jsonObject) Parses a document issuer from the specified JSON object.static ElectronicRecordDetailsElectronicRecordDetails.parse(net.minidev.json.JSONObject jsonObject) Parses an electronic record details instance from the specified JSON object.static ElectronicRecordEvidenceElectronicRecordEvidence.parse(net.minidev.json.JSONObject jsonObject) Parses an electronic record evidence from the specified JSON object.static ElectronicRecordSourceElectronicRecordSource.parse(net.minidev.json.JSONObject jsonObject) Parses an electronic record source from the specified JSON object.static ElectronicSignatureEvidenceElectronicSignatureEvidence.parse(net.minidev.json.JSONObject jsonObject) Parses a new signature evidence from the specified JSON object.static IDDocumentDescriptionIDDocumentDescription.parse(net.minidev.json.JSONObject jsonObject) Deprecated.Parses an identity document description from the specified JSON object.static IDDocumentEvidenceIDDocumentEvidence.parse(net.minidev.json.JSONObject jsonObject) Deprecated.Parses an identity document used as identity evidence from the specified JSON object.static IdentityEvidenceIdentityEvidence.parse(net.minidev.json.JSONObject jsonObject) Parses an identity evidence from the specified JSON object.static IdentityVerifierIdentityVerifier.parse(net.minidev.json.JSONObject jsonObject) Parses a verifier from the specified JSON object.static QESEvidenceQESEvidence.parse(net.minidev.json.JSONObject jsonObject) Deprecated.Parses a new QES evidence from the specified JSON object.static UtilityBillEvidenceUtilityBillEvidence.parse(net.minidev.json.JSONObject jsonObject) Deprecated.Parses a utility bill evidence from the specified JSON object.static ValidationMethodValidationMethod.parse(net.minidev.json.JSONObject jsonObject) Parses a validation method from the specified JSON object.static VerificationMethodVerificationMethod.parse(net.minidev.json.JSONObject jsonObject) Parses a verification method from the specified JSON object.static VoucherVoucher.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 VouchEvidenceVouchEvidence.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 ParseExceptionModifier and TypeMethodDescriptionstatic AttachmentAttachment.parse(net.minidev.json.JSONObject jsonObject) Parses an identity evidence attachment from the specified JSON object.static AttachmentTypeParses an attachment type from the specified string.static DigestDigest.parse(net.minidev.json.JSONObject jsonObject) Parses a digest from the specified JSON object.static EmbeddedAttachmentEmbeddedAttachment.parse(net.minidev.json.JSONObject jsonObject) Parses an embedded attachment from the specified JSON object.static ExternalAttachmentExternalAttachment.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 ParseExceptionModifier and TypeMethodDescriptionstatic MinimalVerificationSpecMinimalVerificationSpec.parse(net.minidev.json.JSONObject jsonObject) Parses a verification spec from the specified JSON object representation.static VerifiedClaimsSetRequestParses an OpenID Connect verified claims set request from the specified JSON object string representation.static VerifiedClaimsSetRequestVerifiedClaimsSetRequest.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 ParseExceptionModifier and TypeMethodDescriptionstatic AddressParses an address claims set from the specified JSON object string.static ClaimsSetRequest.EntryParses an individual claim request from the specified JSON object entry.static ClaimsSetRequestParses an OpenID Connect claims set request from the specified JSON object string representation.static ClaimsSetRequestClaimsSetRequest.parse(net.minidev.json.JSONObject jsonObject) Parses an OpenID Connect claims set request from the specified JSON object representation.static ClaimTypeParses a claim type.static IDTokenClaimsSetParses an ID token claims set from the specified JSON object string.static IDTokenClaimsSetIDTokenClaimsSet.parse(net.minidev.json.JSONObject jsonObject) Parses an ID token claims set from the specified JSON object.static LogoutTokenClaimsSetParses a logout token claims set from the specified JSON object string.static UserInfoParses a UserInfo claims set from the specified JSON object string.com.nimbusds.jwt.JWTClaimsSetClaimsSet.toJWTClaimsSet()Gets the JSON Web Token (JWT) claims set for this claim set.com.nimbusds.jwt.JWTClaimsSetLogoutTokenClaimsSet.toJWTClaimsSet()Constructors in com.nimbusds.openid.connect.sdk.claims that throw ParseExceptionModifierConstructorDescriptionIDTokenClaimsSet(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 ParseExceptionModifier and TypeMethodDescriptionstatic EntityListingErrorResponseEntityListingErrorResponse.parse(HTTPResponse httpResponse) Parses an entity listing error response from the specified HTTP response.static EntityListingRequestEntityListingRequest.parse(HTTPRequest httpRequest) Parses an entity listing request from the specified HTTP request.static EntityListingResponseEntityListingResponse.parse(HTTPResponse httpResponse) Parses an entity listing response from the specified HTTP response.static EntityListingSuccessResponseEntityListingSuccessResponse.parse(HTTPResponse httpResponse) Parses an entity listing success response from the specified HTTP response.FetchEntityStatementErrorResponse.parse(HTTPResponse httpResponse) Parses a fetch entity statement error response from the specified HTTP response.static FetchEntityStatementRequestFetchEntityStatementRequest.parse(HTTPRequest httpRequest) Parses a fetch entity statement request from the specified HTTP request.static FetchEntityStatementRequestParses a fetch entity statement request from the specified query string parameters.static FetchEntityStatementResponseFetchEntityStatementResponse.parse(HTTPResponse httpResponse) Parses a fetch entity statement response from the specified HTTP response.FetchEntityStatementSuccessResponse.parse(HTTPResponse httpResponse) Parses a fetch entity statement success response from the specified HTTP response.static ResolveErrorResponseResolveErrorResponse.parse(HTTPResponse httpResponse) Parses a resolve entity statement error response from the specified HTTP response.static ResolveRequestResolveRequest.parse(HTTPRequest httpRequest) Parses a resolve entity statement request from the specified HTTP request.static ResolveRequestParses a resolve entity statement request from the specified query string parameters.static ResolveResponseResolveResponse.parse(HTTPResponse httpResponse) Parses a resolve entity statement response from the specified HTTP response.static ResolveStatementResolveStatement.parse(com.nimbusds.jwt.SignedJWT signedStmt) Parses a resolve statement.static ResolveStatementParses a resolve statement.static ResolveSuccessResponseResolveSuccessResponse.parse(HTTPResponse httpResponse) Parses a resolve success response from the specified HTTP response.static TrustMarkStatusErrorResponseTrustMarkStatusErrorResponse.parse(HTTPResponse httpResponse) Parses a trust mark status error response from the specified HTTP response.static TrustMarkStatusRequestTrustMarkStatusRequest.parse(HTTPRequest httpRequest) Parses a trust mark status request from the specified HTTP request.static TrustMarkStatusRequestParses a trust mark status request from the specified request parameters.static TrustMarkStatusResponseTrustMarkStatusResponse.parse(HTTPResponse httpResponse) Parses a trust mark status response from the specified HTTP response.TrustMarkStatusSuccessResponse.parse(HTTPResponse httpResponse) Parses a trust mark status success response from the specified HTTP response.voidResolveClaimsSet.validateRequiredClaimsPresence()Validates this claims set for having all minimum required claims for a resolve response.Constructors in com.nimbusds.openid.connect.sdk.federation.api that throw ParseExceptionModifierConstructorDescriptionResolveClaimsSet(com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet) Creates a new resolve response claims set from the specified JWT claims set. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.federation.config
Methods in com.nimbusds.openid.connect.sdk.federation.config that throw ParseExceptionModifier and TypeMethodDescriptionFederationEntityConfigurationErrorResponse.parse(HTTPResponse httpResponse) Parses a federation entity configuration error response from the specified HTTP response.FederationEntityConfigurationResponse.parse(HTTPResponse httpResponse) Parses a federation entity configuration response from the specified HTTP response.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 ParseExceptionModifier and TypeMethodDescriptionstatic EntityIDParses an entity ID from the specified client ID.static EntityIDParses an entity ID from the specified issuer.static EntityIDParses an entity ID from the specified subject.static EntityIDParses an entity ID from the specified string.static EntityStatementEntityStatement.parse(com.nimbusds.jwt.SignedJWT signedStmt) Parses a federation entity statement.static EntityStatementParses a federation entity statement.static FederationEntityMetadataParses a federation entity metadata from the specified JSON object string.static FederationEntityMetadataFederationEntityMetadata.parse(net.minidev.json.JSONObject jsonObject) Parses a federation entity metadata from the specified a JSON object.protected voidCommonFederationClaimsSet.validateRequiredClaimsPresence()Validates this claims set for having all minimum required claims.voidEntityStatementClaimsSet.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 ParseExceptionModifierConstructorDescriptionEntityStatementClaimsSet(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 ParseExceptionModifier and TypeMethodDescriptionstatic MetadataPolicyParses a policy for a federation entity metadata.static MetadataPolicyMetadataPolicy.parse(String policySpec, PolicyOperationFactory factory, PolicyOperationCombinationValidator combinationValidator) Parses a policy for a federation entity metadata.static MetadataPolicyMetadataPolicy.parse(net.minidev.json.JSONObject policySpec) Parses a policy for a federation entity metadata.static MetadataPolicyMetadataPolicy.parse(net.minidev.json.JSONObject policySpec, PolicyOperationFactory factory, PolicyOperationCombinationValidator combinationValidator) Parses a policy for a federation entity metadata.static MetadataPolicyEntryParses a policy entry for a metadata parameter.static MetadataPolicyEntryMetadataPolicyEntry.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 ParseExceptionModifier and TypeMethodDescriptionvoidPolicyOperation.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 ParseExceptionModifier and TypeMethodDescriptionvoidAddOperation.parseConfiguration(Object jsonEntity) voidDefaultOperation.parseConfiguration(Object jsonEntity) voidEssentialOperation.parseConfiguration(Object jsonEntity) voidValueOperation.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 ParseExceptionModifier and TypeMethodDescriptionExplicitClientRegistrationRequest.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
Methods in com.nimbusds.openid.connect.sdk.federation.trust that throw ParseExceptionModifier and TypeMethodDescriptionstatic TrustChainParses a trust chain from the specified JWT list.static TrustChainTrustChain.parseSerialized(List<String> statementJWTs) Parses a trust chain from the specified serialised JWT list. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.federation.trust.constraints
Methods in com.nimbusds.openid.connect.sdk.federation.trust.constraints that throw ParseExceptionModifier and TypeMethodDescriptionstatic EntityIDConstraintParses an entity ID constraint.static LeafEntityTypeConstraintParses a leaf entity type constraint.static TrustChainConstraintsTrustChainConstraints.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 ParseExceptionModifier and TypeMethodDescriptionstatic TrustMarkEntryTrustMarkEntry.parse(net.minidev.json.JSONObject jsonObject) Parses a trust mark entry from the specified JSON object.static TrustMarkIssuerMetadataDeprecated.Parses a trust mark issuer metadata from the specified JSON object string.static TrustMarkIssuerMetadataTrustMarkIssuerMetadata.parse(net.minidev.json.JSONObject jsonObject) Deprecated.Parses a trust mark issuer metadata from the specified JSON object.voidTrustMarkClaimsSet.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 ParseExceptionModifierConstructorDescriptionTrustMarkClaimsSet(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.federation.utils
Methods in com.nimbusds.openid.connect.sdk.federation.utils that throw ParseExceptionModifier and TypeMethodDescriptionstatic com.nimbusds.jwt.JWTClaimsSetJWTUtils.parseSignedJWTClaimsSet(com.nimbusds.jwt.SignedJWT jwt) Parses the claims of the specified signed JWT. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.nativesso
Methods in com.nimbusds.openid.connect.sdk.nativesso that throw ParseExceptionModifier and TypeMethodDescriptionstatic DeviceSecretTokenDeviceSecretToken.parse(net.minidev.json.JSONObject jsonObject) Parses a device secret token from a JSON object access token response. -
Uses of ParseException in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that throw ParseExceptionModifier and TypeMethodDescriptionstatic OIDCProviderEndpointMetadataOIDCProviderEndpointMetadata.parse(net.minidev.json.JSONObject jsonObject) Parses an OAuth 2.0 Authorisation Server endpoint metadata from the specified JSON object.static OIDCProviderMetadataParses an OpenID Provider metadata from the specified JSON object string.static OIDCProviderMetadataOIDCProviderMetadata.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 ParseExceptionModifier and TypeMethodDescriptionstatic OIDCClientInformationOIDCClientInformation.parse(net.minidev.json.JSONObject jsonObject) Parses an OpenID Connect client information instance from the specified JSON object.OIDCClientInformationResponse.parse(HTTPResponse httpResponse) Parses an OpenID Connect client information response from the specified HTTP response.static OIDCClientMetadataOIDCClientMetadata.parse(net.minidev.json.JSONObject jsonObject) Parses an OpenID Connect client metadata instance from the specified JSON object.OIDCClientRegistrationRequest.parse(HTTPRequest httpRequest) Parses an OpenID Connect client registration request from the specified HTTP POST request.static ClientRegistrationResponseOIDCClientRegistrationResponseParser.parse(HTTPResponse httpResponse) Parses an OpenID Connect client registration response from the specified HTTP response.static OIDCClientUpdateRequestOIDCClientUpdateRequest.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 ParseExceptionModifier and TypeMethodDescriptionstatic OIDCTokensOIDCTokens.parse(net.minidev.json.JSONObject jsonObject) Parses an OpenID Connect tokens instance from the specified JSON object.
HTTPMessage.getBodyAsJSONArray().