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 TypeClassDescriptionclass
OpenID Connect authentication error response.class
OpenID Connect authentication success response.Methods in com.nimbusds.openid.connect.sdk that return AuthenticationResponseModifier and TypeMethodDescriptionstatic 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.