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>
- Since:
- 4.2.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Function<ProfileRequestContext,
AuthnRequest> Lookup strategy for message to read from. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor. -
Method Summary
-
Field Details
-
requestLookupStrategy
Lookup strategy for message to read from.
-
-
Constructor Details
-
AbstractScopingAuditExtractor
protected AbstractScopingAuditExtractor(@Nonnull Function<ProfileRequestContext, AuthnRequest> strategy) Constructor.- Parameters:
strategy
- lookup strategy for message
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ProfileRequestContext,
T>
-
doApply
Override point to do the extraction.- Parameters:
scoping
- the input object- Returns:
- the extracted value
-