Package net.shibboleth.oidc.profile.audit.impl
Audit extractors .
-
Class Summary Class Description AbstractAuthenticationRequestAuditExtractor<T> A base class for audit extractors that lookup theOIDCAuthenticationRequest.AbstractAuthenticationResponseAuditExtractor<T> A base class for audit extractors that lookup theAuthenticationResponse.AbstractClaimsSetAuditExtractor<T> An abstract audit extractor function to extract claims from the located claims set.AuthenticationContextClassReferencesAuditExtractor Functionthat extracts the ACRs from theOIDCAuthenticationRequest.AuthenticationResponseStatusAuditExtractor Functionthat extracts the status of an authentication response i.e.AuthorizationEndpointAuditExtractor Functionthat extracts the authorization endpoint from theOIDCAuthenticationRequest.ClaimSetFromJWTLookupStrategy Strategy to pull out a ClaimsSet from a located JWT.DateBasedJWTClaimAuditExtractor A JWT claim extractor function that returns a formatted String representation of the JSON Date.ForceAuthnAuditExtractor Functionthat returns true if the OIDC prompt is set as 'login' in the authentication request.InboundMessageClassLookupFunction Looks up the value of the simple class name from the inbound message context's message object.NonceAuditExtractor Functionthat extracts nonce in theOIDCAuthenticationRequest.OutboundMessageClassLookupFunction Looks up the value of the simple class name from the outbound message context's message object.RedirectURIAuditExtractor Functionthat extracts the redirect_uri from theOIDCAuthenticationRequest.ResponseModeAuditExtractor Functionthat extracts response_mode in theOIDCAuthenticationRequest.ResponseTypeAuditExtractor Functionthat extracts response_type in theOIDCAuthenticationRequest.ScopeAuditExtractor Functionthat extracts scope in theOIDCAuthenticationRequest.StringBasedJWTClaimAuditExtractor A JWT claim extractor function that returns String objects.StringListBasedJWTClaimAuditExtractor A JWT claim extractor function that returns lists of string objects.