Uses of Class
com.nimbusds.openid.connect.sdk.AuthenticationRequest.Builder
Packages that use AuthenticationRequest.Builder
Package
Description
Classes for representing, serialising and parsing core OpenID Connect
concepts.
-
Uses of AuthenticationRequest.Builder in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that return AuthenticationRequest.BuilderModifier and TypeMethodDescriptionSets the requested Authentication Context Class Reference values.AuthenticationRequest.Builder.claims(ClaimsRequest claims) Deprecated.AuthenticationRequest.Builder.claims(OIDCClaimsRequest claims) Sets the individual OpenID claims to be returned.AuthenticationRequest.Builder.claimsLocales(List<com.nimbusds.langtag.LangTag> claimsLocales) Sets the end-user's preferred languages and scripts for the claims being returned, ordered by preference.AuthenticationRequest.Builder.codeChallenge(CodeChallenge codeChallenge, CodeChallengeMethod codeChallengeMethod) Deprecated.AuthenticationRequest.Builder.codeChallenge(CodeVerifier codeVerifier, CodeChallengeMethod codeChallengeMethod) Sets the code challenge for Proof Key for Code Exchange (PKCE) by public OAuth clients.AuthenticationRequest.Builder.customParameter(String name, String... values) Sets a custom parameter.Sets the requested display type.AuthenticationRequest.Builder.dPoPJWKThumbprintConfirmation(JWKThumbprintConfirmation dpopJKT) Sets the DPoP JWK SHA-256 thumbprint.AuthenticationRequest.Builder.endpointURI(URI uri) Sets the URI of the endpoint (HTTP or HTTPS) for which the request is intended.AuthenticationRequest.Builder.idTokenHint(com.nimbusds.jwt.JWT idTokenHint) Sets the ID Token hint.AuthenticationRequest.Builder.includeGrantedScopes(boolean includeGrantedScopes) Requests incremental authorisation.Sets the login hint.AuthenticationRequest.Builder.maxAge(int maxAge) Sets the required maximum authentication age.Sets the nonce.Sets the requested prompt.Sets the transaction specific purpose.AuthenticationRequest.Builder.redirectionURI(URI redirectURI) Sets the redirection URI.AuthenticationRequest.Builder.requestObject(com.nimbusds.jwt.JWT requestObject) Sets the request object.AuthenticationRequest.Builder.requestURI(URI requestURI) Sets the request object URI.Sets the resource server URI.Sets the resource server URI(s).AuthenticationRequest.Builder.responseMode(ResponseMode rm) Sets the response mode.AuthenticationRequest.Builder.responseType(ResponseType rt) Sets the response type.Sets the scope.Sets the state.Sets the end-user's preferred languages and scripts for the user interface, ordered by preference.