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 ParseException
AssertionGrant.MISSING_ASSERTION_PARAM_EXCEPTION
Caches missingassertion
parameter exception.Methods in com.nimbusds.oauth2.sdk that throw ParseExceptionModifier and TypeMethodDescriptionstatic void
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
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
Parses an authorisation error response.static AuthorizationErrorResponse
Parses an authorisation error response.static AuthorizationGrant
Parses an authorisation grant from the specified request body parameters.static AuthorizationRequest
AuthorizationRequest.parse
(HTTPRequest httpRequest) Parses an authorisation request from the specified HTTP GET or POST request.static AuthorizationRequest
Parses an authorisation request from the specified URI query string.static AuthorizationRequest
Parses an authorisation request from the specified URI.static AuthorizationRequest
Parses an authorisation request from the specified URI and query string.static AuthorizationRequest
Parses an authorisation request from the specified URI and query parameters.static AuthorizationRequest
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
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
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
Parses an authorisation success response.static AuthorizationSuccessResponse
Parses an authorisation success response.static ClientCredentialsGrant
Parses a client credentials grant from the specified request body parameters.static GrantType
Parses a grant type from the specified string.static JWTBearerGrant
Parses 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 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.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 RefreshTokenGrant
Parses 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 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.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 ResponseType
Parses a set of authorisation response types.static SAML2BearerGrant
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.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.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 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.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 AuthorizationServerMetadata
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 ParseExceptionModifier and TypeMethodDescriptionstatic 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 ParseExceptionModifier and TypeMethodDescriptionstatic 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
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 ParseExceptionModifier and TypeMethodDescriptionprotected 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
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
Parses a client secret JSON Web Token (JWT) authentication from the specifiedapplication/x-www-form-urlencoded
encoded parameters string.static ClientSecretJWT
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
Parses a client secret post authentication from the specifiedapplication/x-www-form-urlencoded
encoded parameters string.static ClientSecretPost
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
Parses a private key JSON Web Token (JWT) authentication from the specifiedapplication/x-www-form-urlencoded
encoded parameters string.static PrivateKeyJWT
Parses 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.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 ParseExceptionModifier and TypeMethodDescriptionstatic AuthRequestID
Parses new CIBA request ID from the specified value.static BackChannelTokenDeliveryMode
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
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 ParseExceptionModifier and TypeMethodDescriptionstatic 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 a 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.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 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 DeviceAuthorizationRequest
DeviceAuthorizationRequest.parse
(HTTPRequest httpRequest) Parses a 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.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 DeviceCodeGrant
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 ParseExceptionModifier and TypeMethodDescriptionvoid
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()
Deprecated.net.minidev.json.JSONObject
HTTPResponse.getContentAsJSONObject()
Deprecated.UseHTTPMessage.getBodyAsJSONObject()
.com.nimbusds.jwt.JWT
HTTPResponse.getContentAsJWT()
Deprecated.UseHTTPMessage.getBodyAsJWT()
.com.nimbusds.jwt.SignedJWT
HTTPRequest.getPoPWithException()
Gets theDPoP
header value.net.minidev.json.JSONObject
HTTPRequest.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 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 ParseExceptionModifier and TypeMethodDescriptionstatic 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 ParseExceptionModifier and TypeMethodDescriptionstatic CodeChallenge
Parses 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 AuthorizationDetail
AuthorizationDetail.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 AccessToken
AccessToken.parse
(HTTPRequest request) Parses an HTTP request header value for an access token.static AccessToken
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
Parses an HTTP Authorization header for a bearer access token.static BearerAccessToken
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
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 DPoP access token.static DPoPAccessToken
Parses an HTTP Authorization header for a DPoP access token.static DPoPAccessToken
Parses a query or form parameters map for a DPoP 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
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
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 -
Uses of ParseException in com.nimbusds.oauth2.sdk.util
Methods in com.nimbusds.oauth2.sdk.util that throw ParseExceptionModifier and TypeMethodDescriptionstatic void
ContentTypeUtils.ensureContentType
(com.nimbusds.common.contenttype.ContentType expected, com.nimbusds.common.contenttype.ContentType found) Ensures theContent-Type
of an HTTP header matches an expected value.static void
ContentTypeUtils.ensureContentType
(com.nimbusds.common.contenttype.ContentType expected, String subTypeSuffix, com.nimbusds.common.contenttype.ContentType found) Ensures theContent-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
Gets a number member of a JSON object asdouble
.static double
Gets 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 float
Gets a number member of a JSON objectfloat
.static float
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
Gets an number member of a JSON object asint
.static int
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.Gets a list member of a JSON object.Gets a list member of a JSON object.static long
Gets a number member of a JSON object aslong
.static long
Gets a number member of a JSON object aslong
.static String
JSONObjectUtils.getNonBlankString
(net.minidev.json.JSONObject o, String key) Gets a string member of a JSON object.static Number
Gets a number member of a JSON object asjava.lang.Number
.static Number
Gets a number member of a JSON object asjava.lang.Number
.static String
Gets a string member of a JSON object.static String
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.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 URI
Gets a string member of a JSON object asjava.net.URI
.static URI
Gets a string member of a JSON object asjava.net.URI
.static URL
Gets a string member of a JSON object asjava.net.URL
.static URL
Gets a string member of a JSON object asjava.net.URL
.static net.minidev.json.JSONArray
Parses a JSON array.static net.minidev.json.JSONObject
Parses a JSON object.static Object
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.ResourceUtils.parseResourceURIs
(List<String> stringList) Parses a list of resource URIs from the specified string list.static <T> T
Casts an object.static boolean
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<?>
Casts an object to a list.static Number
Casts an object to a number.static String
Casts 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 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 ParseExceptionModifier and TypeMethodDescriptionstatic 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
Parses an OpenID Connect authentication error response.static AuthenticationErrorResponse
Parses an OpenID Connect authentication error response.static AuthenticationRequest
AuthenticationRequest.parse
(HTTPRequest httpRequest) Parses an authentication request from the specified HTTP GET or POST request.static AuthenticationRequest
Parses an OpenID Connect authentication request from the specified URI query string.static AuthenticationRequest
Parses an OpenID Connect authentication request from the specified URI.static AuthenticationRequest
Parses an OpenID Connect authentication request from the specified URI query string.static AuthenticationRequest
Parses an OpenID Connect authentication request from the specified URI and query parameters.static AuthenticationRequest
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
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
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.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 BackChannelLogoutRequest
BackChannelLogoutRequest.parse
(HTTPRequest httpRequest) Parses a back-channel logout request from the specified HTTP request.static BackChannelLogoutRequest
Parses a back-channel logout request from the specified URI and request body parameters.static BackChannelLogoutRequest
Parses a back-channel logout request from the specified request body parameters.static ClaimsRequest
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
Parses a display type.static LogoutRequest
LogoutRequest.parse
(HTTPRequest httpRequest) Parses a logout request from the specified HTTP GET or POST request.static LogoutRequest
Parses a logout request from the specified URI query string.static LogoutRequest
Parses a logout request from the specified URI.static LogoutRequest
Parses a logout request from the specified URI query string.static LogoutRequest
Parses a logout request from the specified URI and query parameters.static LogoutRequest
Parses a logout request from the specified parameters.static OIDCClaimsRequest
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
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
Parses a prompt type.static SubjectType
Parses a subject identifier type.static UserInfoErrorResponse
UserInfoErrorResponse.parse
(HTTPResponse httpResponse) Parses a UserInfo error response from the specified HTTP response.static UserInfoErrorResponse
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 ParseExceptionModifier and TypeMethodDescriptionstatic 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 ParseExceptionModifier and TypeMethodDescriptionstatic CountryCode
Parses a country code.static ISO3166_1Alpha2CountryCode
Parses an ISO 3166-1 alpha-2 (two-letter) country code.static ISO3166_1Alpha3CountryCode
Parses an ISO 3166-1 alpha-3 (three-letter) country code.static ISO3166_3CountryCode
Parses an ISO 3166-3 country code.static MSISDN
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
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 ParseExceptionModifier and TypeMethodDescriptionprotected 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 ParseExceptionModifier and TypeMethodDescriptionstatic Attachment
Attachment.parse
(net.minidev.json.JSONObject jsonObject) Parses an identity evidence attachment from the specified JSON object.static AttachmentType
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 ParseExceptionModifier and TypeMethodDescriptionstatic MinimalVerificationSpec
MinimalVerificationSpec.parse
(net.minidev.json.JSONObject jsonObject) Parses a verification spec from the specified JSON object representation.static VerifiedClaimsSetRequest
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 ParseExceptionModifier and TypeMethodDescriptionstatic Address
Parses an address claims set from the specified JSON object string.static ClaimsSetRequest.Entry
Parses an individual claim request from the specified JSON object entry.static ClaimsSetRequest
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
Parses a claim type.static IDTokenClaimsSet
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
Parses a logout token claims set from the specified JSON object string.static UserInfo
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 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 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 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.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
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.FetchEntityStatementSuccessResponse.parse
(HTTPResponse httpResponse) Parses a fetch entity statement success response from the specified HTTP response.static ResolveErrorResponse
ResolveErrorResponse.parse
(HTTPResponse httpResponse) Parses a resolve entity statement error response from the specified HTTP response.static ResolveRequest
ResolveRequest.parse
(HTTPRequest httpRequest) Parses a resolve entity statement request from the specified HTTP request.static ResolveRequest
Parses a resolve entity statement request from the specified query string parameters.static ResolveResponse
ResolveResponse.parse
(HTTPResponse httpResponse) Parses a resolve entity statement response from the specified HTTP response.static ResolveStatement
ResolveStatement.parse
(com.nimbusds.jwt.SignedJWT signedStmt) Parses a resolve statement.static ResolveStatement
Parses a resolve statement.static ResolveSuccessResponse
ResolveSuccessResponse.parse
(HTTPResponse httpResponse) Parses a resolve success response from the specified HTTP response.static TrustMarkStatusErrorResponse
TrustMarkStatusErrorResponse.parse
(HTTPResponse httpResponse) Parses a trust mark status error response from the specified HTTP response.static TrustMarkStatusRequest
TrustMarkStatusRequest.parse
(HTTPRequest httpRequest) Parses a trust mark status request from the specified HTTP request.static TrustMarkStatusRequest
Parses a trust mark status request from the specified request parameters.static TrustMarkStatusResponse
TrustMarkStatusResponse.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.void
ResolveClaimsSet.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 EntityID
Parses an entity ID from the specified client ID.static EntityID
Parses an entity ID from the specified issuer.static EntityID
Parses an entity ID from the specified subject.static EntityID
Parses an entity ID from the specified string.static EntityStatement
EntityStatement.parse
(com.nimbusds.jwt.SignedJWT signedStmt) Parses a federation entity statement.static EntityStatement
Parses a federation entity statement.static FederationEntityMetadata
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.protected void
CommonFederationClaimsSet.validateRequiredClaimsPresence()
Validates this claims set for having all minimum required claims.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 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 MetadataPolicy
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
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 ParseExceptionModifier and TypeMethodDescriptionvoid
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 ParseExceptionModifier and TypeMethodDescriptionvoid
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 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 TrustChain
Parses a trust chain from the specified JWT list.static TrustChain
TrustChain.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 EntityIDConstraint
Parses an entity ID constraint.static LeafEntityTypeConstraint
Parses a leaf entity type 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 ParseExceptionModifier and TypeMethodDescriptionstatic TrustMarkEntry
TrustMarkEntry.parse
(net.minidev.json.JSONObject jsonObject) Parses a trust mark entry from the specified JSON object.static TrustMarkIssuerMetadata
Deprecated.Parses a trust mark issuer metadata from the specified JSON object string.static TrustMarkIssuerMetadata
TrustMarkIssuerMetadata.parse
(net.minidev.json.JSONObject jsonObject) Deprecated.Parses a trust mark issuer metadata from the specified JSON object.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 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.JWTClaimsSet
JWTUtils.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 DeviceSecretToken
DeviceSecretToken.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 OIDCProviderEndpointMetadata
OIDCProviderEndpointMetadata.parse
(net.minidev.json.JSONObject jsonObject) Parses an OAuth 2.0 Authorisation Server endpoint metadata from the specified JSON object.static OIDCProviderMetadata
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 ParseExceptionModifier and TypeMethodDescriptionstatic OIDCClientInformation
OIDCClientInformation.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 OIDCClientMetadata
OIDCClientMetadata.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 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 ParseExceptionModifier and TypeMethodDescriptionstatic OIDCTokens
OIDCTokens.parse
(net.minidev.json.JSONObject jsonObject) Parses an OpenID Connect tokens instance from the specified JSON object.
HTTPMessage.getBodyAsJSONArray()
.