Class FixedStringAuditExtractor
java.lang.Object
net.shibboleth.idp.plugin.authn.duo.audit.impl.FixedStringAuditExtractor
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class FixedStringAuditExtractor
extends Object
implements Function<ProfileRequestContext,String>
A simple audit extractor that allows a fixed string to be logged.
-
Field Details
-
value
The fixed string to log.
-
-
Constructor Details
-
FixedStringAuditExtractor
public FixedStringAuditExtractor(@Nonnull @NotEmpty @ParameterName(name="value") String stringToLog) Constructor.- Parameters:
stringToLog- the fixed string to log
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-