Uses of Interface
com.nimbusds.openid.connect.sdk.AuthenticationResponse
Packages that use AuthenticationResponse
Package
Description
Classes for representing, serialising and parsing core OpenID Connect
concepts.
-
Uses of AuthenticationResponse in com.nimbusds.openid.connect.sdk
Classes in com.nimbusds.openid.connect.sdk that implement AuthenticationResponseModifier and TypeClassDescriptionclassOpenID Connect authentication error response.classOpenID Connect authentication success response.Methods in com.nimbusds.openid.connect.sdk that return AuthenticationResponseModifier and TypeMethodDescriptionstatic 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.