Class AbstractScopingAuditExtractor<T>

java.lang.Object
net.shibboleth.idp.saml.audit.impl.AbstractScopingAuditExtractor<T>
Type Parameters:
T - type of field being extracted
All Implemented Interfaces:
Function<ProfileRequestContext,T>
Direct Known Subclasses:
ScopingIdPListAuditExtractor, ScopingProxyCountAuditExtractor, ScopingRequesterListAuditExtractor

public abstract class AbstractScopingAuditExtractor<T> extends Object implements Function<ProfileRequestContext,T>
Base class for Function that returns content from the Scoping element from an AuthnRequest.
Since:
4.2.0