Uses of Class
net.shibboleth.oidc.profile.core.OIDCAuthenticationRequest
-
Packages that use OIDCAuthenticationRequest Package Description net.shibboleth.oidc.profile.audit.impl Audit extractors .net.shibboleth.oidc.profile.encoding OIDC message encoder API.net.shibboleth.oidc.profile.encoding.impl OIDC message encoders.net.shibboleth.oidc.security.jwt.claims.impl Validation functions for JWT claims. -
-
Uses of OIDCAuthenticationRequest in net.shibboleth.oidc.profile.audit.impl
Fields in net.shibboleth.oidc.profile.audit.impl with type parameters of type OIDCAuthenticationRequest Modifier and Type Field Description private Function<ProfileRequestContext,OIDCAuthenticationRequest>AbstractAuthenticationRequestAuditExtractor. requestLookupStrategyLookup strategy to locate the authentication request.Methods in net.shibboleth.oidc.profile.audit.impl that return types with arguments of type OIDCAuthenticationRequest Modifier and Type Method Description protected Function<ProfileRequestContext,OIDCAuthenticationRequest>AbstractAuthenticationRequestAuditExtractor. getRequestLookupStrategy()Get the request lookup strategy. -
Uses of OIDCAuthenticationRequest in net.shibboleth.oidc.profile.encoding
Methods in net.shibboleth.oidc.profile.encoding with parameters of type OIDCAuthenticationRequest Modifier and Type Method Description static voidAuthenticationContextClassReferenceSupport. buildACRClaimsRequest(OIDCAuthenticationRequest authnRequest)Build an ID Token requested claims request with any ACR values in the authentication request. -
Uses of OIDCAuthenticationRequest in net.shibboleth.oidc.profile.encoding.impl
Methods in net.shibboleth.oidc.profile.encoding.impl with parameters of type OIDCAuthenticationRequest Modifier and Type Method Description protected StringHTTPRedirectAuthnRequestEncoder. buildRedirectURL(MessageContext messageContext, OIDCAuthenticationRequest request)Build the URL to redirect the client to using parameters in the authentication request.protected List<Pair<String,String>>AbstractOIDCMessageEncoder. createParametersFromRequest(OIDCAuthenticationRequest req)Create a list of OAuth 2.0 authorization parameters from theOIDCAuthenticationRequestobject.private voidAbstractOIDCMessageEncoder. createParametersFromRequestWithoutRequestObject(List<Pair<String,String>> params, OIDCAuthenticationRequest req)Create the set of OAuth2.0 authorization and and OIDC authentication request parameters when no RequestObject has been built.private voidAbstractOIDCMessageEncoder. createParametersFromRequestWithRequestObject(List<Pair<String,String>> params, OIDCAuthenticationRequest req)Create the set of OAuth2.0 authorization and and OIDC authentication request parameters when a RequestObject is present.private org.apache.velocity.VelocityContextHTTPPostAuthnRequestEncoder. doPostEncode(OIDCAuthenticationRequest request)Construct form POST.protected StringAbstractOIDCMessageEncoder. serializeAuthorizationParamsToQueryString(OIDCAuthenticationRequest request)Serialize OAuth 2.0 authorization parameters from the authentication request to a query string.protected voidAbstractOIDCMessageEncoder. serializeAuthorizationParamsToUrl(OIDCAuthenticationRequest request, URLBuilder builder)Serialize OAuth 2.0 authorization parameters from the authentication request to the query string of the URL. -
Uses of OIDCAuthenticationRequest in net.shibboleth.oidc.security.jwt.claims.impl
Fields in net.shibboleth.oidc.security.jwt.claims.impl with type parameters of type OIDCAuthenticationRequest Modifier and Type Field Description private Function<ProfileRequestContext,OIDCAuthenticationRequest>AuthTimeRequestedActivationCondition. authenticationRequestLookupStrategyStrategy to find the authentication request.private Function<ProfileRequestContext,OIDCAuthenticationRequest>RequestedEssentialACRClaimsLookupStrategy. authenticationRequestLookupStrategyStrategy to find the authentication request.Constructor parameters in net.shibboleth.oidc.security.jwt.claims.impl with type arguments of type OIDCAuthenticationRequest Constructor Description AuthTimeRequestedActivationCondition(Function<ProfileRequestContext,OIDCAuthenticationRequest> strategy)Constructor.RequestedEssentialACRClaimsLookupStrategy(Function<ProfileRequestContext,OIDCAuthenticationRequest> strategy)Constructor.
-