Uses of Class
net.shibboleth.sp.oidc.profile.AuthenticationRequestStateData
Packages that use AuthenticationRequestStateData
Package
Description
API classes for SP profile actions.
Functions that navigate profile contexts.
OIDC Relying Party profile implementation classes.
-
Uses of AuthenticationRequestStateData in net.shibboleth.sp.oidc.profile
Methods in net.shibboleth.sp.oidc.profile that return AuthenticationRequestStateDataModifier and TypeMethodDescriptionAuthenticationRequestStateData.from(net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest request, String authenticationAuthority) Create an instance of this class from the given authentication request and authentication authority.AuthenticationRequestStateData.setAuthTimeRequired(boolean requested) Set if auth_time is required inside the id_token either because the max_age parameter was used, or the claims parameter requested it.set the maxAge, a null value indicates no maxAge was specified in the authentication request.Set the nonce expected in the id_token response.AuthenticationRequestStateData.setPkceCodeVerifier(String code) Set the PKCE code verifier used to generate the code challenge in the authentication request. -
Uses of AuthenticationRequestStateData in net.shibboleth.sp.oidc.profile.impl
Methods in net.shibboleth.sp.oidc.profile.impl that return AuthenticationRequestStateDataModifier and TypeMethodDescriptionAuthenticationRequestStateForStorageStrategy.apply(org.opensaml.profile.context.ProfileRequestContext prc)