Uses of Class
net.shibboleth.oidc.profile.messaging.handler.impl.AbstractAuthenticationRequestParameterValueMessageHandler
Packages that use AbstractAuthenticationRequestParameterValueMessageHandler
-
Uses of AbstractAuthenticationRequestParameterValueMessageHandler in net.shibboleth.oidc.profile.messaging.handler.impl
Subclasses of AbstractAuthenticationRequestParameterValueMessageHandler in net.shibboleth.oidc.profile.messaging.handler.implModifier and TypeClassDescriptionclassA message handler that adds Authentication Context Class References (ACRs) to an authentication request.classMessage handler that adds the optional 'display' request parameter.classA message handler that adds the authorization endpoint URI.classAn action that sets the 'prompt' parameter to 'login' and max_age to 0 seconds, iff force authn was requested by the upstream SP (or is overridden in the profile config).classMessage handler that adds the login_hint parameter.classMessage handler that adds the max_age parameter.classA message handler that adds a nonce from a lookup strategy to the authentication request.classCreate an OAuth 2.0 PCKE code_verifier to use in the token request, and derives a code_challenge for immediate use in the authorization request.classA message handler that sets the 'prompt' parameter to 'none' if passive authentication has been requested by the SP.classA message handler that adds a redirect_uri to the authentication request.classA message handler that adds requested claims to the authentication request.classA message handler that adds OAuth 2.0 resource indicators to the authentication request.classA message handler that populates the authentication request response_type.classA message handler that populates the authentication request response_type.classA message handler that adds OAuth 2.0 scopes to the authentication request.classAdd an OAuth 2.0 / OpenID Connectstatevalue to the authentication request URL and the request object claims (if present).classA message handler that sets the 'ui_locales' parameter on the authentication request.classIf the Request Object claims are present in the authentication request, convert them into a JWTClaimsSet inside a PlainJWT.classHandler that adds the authentication request time to the authentication request.