Class AbstractAuthenticationResponseAuditExtractor<T>

java.lang.Object
net.shibboleth.oidc.profile.audit.impl.AbstractAuthenticationResponseAuditExtractor<T>
Type Parameters:
T - the extracted type
All Implemented Interfaces:
Function<ProfileRequestContext,T>
Direct Known Subclasses:
AuthenticationResponseStatusAuditExtractor

public abstract class AbstractAuthenticationResponseAuditExtractor<T> extends Object implements Function<ProfileRequestContext,T>
A base class for audit extractors that lookup the AuthenticationResponse.
Since:
2.2.0