Class AgentInputAuditExtractor

java.lang.Object
net.shibboleth.sp.audit.impl.AgentInputAuditExtractor
All Implemented Interfaces:
Function<ProfileRequestContext,String>

public class AgentInputAuditExtractor extends Object implements Function<ProfileRequestContext,String>
Audit field extractor that pulls out and converts a particular input member from an Agent's request message.

If no field is specified, the "name" of the actual message structure is returned.

  • Field Details

    • fieldName

      @Nullable private String fieldName
      Name of field to extract.
  • Constructor Details

    • AgentInputAuditExtractor

      public AgentInputAuditExtractor()
  • Method Details