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
Fields Modifier and Type Field Description private Function<ProfileRequestContext,OIDCAuthenticationResponseContext>ctxLookupStrategyLookup strategy for the context to find the subject value from.
-
Constructor Summary
Constructors Constructor Description AuthenticationContextReferenceAuditExtractor()Constructor.AuthenticationContextReferenceAuditExtractor(Function<ProfileRequestContext,OIDCAuthenticationResponseContext> strategy)Constructor.
-
-
-
Field Detail
-
ctxLookupStrategy
@Nonnull private final Function<ProfileRequestContext,OIDCAuthenticationResponseContext> ctxLookupStrategy
Lookup strategy for the context to find the subject value from.
-
-
Constructor Detail
-
AuthenticationContextReferenceAuditExtractor
public AuthenticationContextReferenceAuditExtractor()
Constructor.
-
AuthenticationContextReferenceAuditExtractor
public AuthenticationContextReferenceAuditExtractor(@Nonnull Function<ProfileRequestContext,OIDCAuthenticationResponseContext> strategy)Constructor.- Parameters:
strategy- lookup strategy for message
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-