Class AttemptedUsernameAuditExtractor
- java.lang.Object
-
- net.shibboleth.idp.authn.audit.impl.AttemptedUsernameAuditExtractor
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class AttemptedUsernameAuditExtractor extends Object implements Function<ProfileRequestContext,String>
Functionthat returns the username in a subordinateUsernamePasswordContextorUsernameContext, if any.- Since:
- 4.3.0
-
-
Constructor Summary
Constructors Constructor Description AttemptedUsernameAuditExtractor()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-