Uses of Class
com.nimbusds.openid.connect.sdk.AuthenticationSuccessResponse
Packages that use AuthenticationSuccessResponse
Package
Description
Classes for representing, serialising and parsing core OpenID Connect
concepts.
-
Uses of AuthenticationSuccessResponse in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that return AuthenticationSuccessResponseModifier and TypeMethodDescriptionAuthenticationSuccessResponse.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.AuthenticationErrorResponse.toSuccessResponse()
AuthenticationResponse.toSuccessResponse()
Casts this response to an authentication success response.AuthenticationSuccessResponse.toSuccessResponse()