Class AuthenticationContextReferenceAuditExtractor
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.audit.impl.AuthenticationContextReferenceAuditExtractor
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class AuthenticationContextReferenceAuditExtractor
extends Object
implements Function<ProfileRequestContext,String>
Looks up the 'acr' value from the OIDC authentication response context.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Function<ProfileRequestContext,OIDCAuthenticationResponseContext> Lookup strategy for the context to find the subject value from. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.AuthenticationContextReferenceAuditExtractor(Function<ProfileRequestContext, OIDCAuthenticationResponseContext> strategy) Constructor. -
Method Summary
-
Field Details
-
ctxLookupStrategy
@Nonnull private final Function<ProfileRequestContext,OIDCAuthenticationResponseContext> ctxLookupStrategyLookup strategy for the context to find the subject value from.
-
-
Constructor Details
-
AuthenticationContextReferenceAuditExtractor
public AuthenticationContextReferenceAuditExtractor()Constructor. -
AuthenticationContextReferenceAuditExtractor
public AuthenticationContextReferenceAuditExtractor(@Nonnull Function<ProfileRequestContext, OIDCAuthenticationResponseContext> strategy) Constructor.- Parameters:
strategy- lookup strategy for message
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-