Class ScopingProxyCountAuditExtractor
java.lang.Object
net.shibboleth.idp.saml.audit.impl.AbstractScopingAuditExtractor<Integer>
net.shibboleth.idp.saml.audit.impl.ScopingProxyCountAuditExtractor
- All Implemented Interfaces:
Function<ProfileRequestContext,
Integer>
- Since:
- 4.2.0
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
Methods inherited from class net.shibboleth.idp.saml.audit.impl.AbstractScopingAuditExtractor
apply
-
Constructor Details
-
ScopingProxyCountAuditExtractor
public ScopingProxyCountAuditExtractor(@Nonnull Function<ProfileRequestContext, AuthnRequest> strategy) Constructor.- Parameters:
strategy
- lookup strategy for message
-
-
Method Details
-
doApply
Override point to do the extraction.- Specified by:
doApply
in classAbstractScopingAuditExtractor<Integer>
- Parameters:
scoping
- the input object- Returns:
- the extracted value
-