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>
public class ScopingProxyCountAuditExtractor extends AbstractScopingAuditExtractor<Integer>
- Since:
- 4.2.0
-
-
Constructor Summary
Constructors Constructor Description ScopingProxyCountAuditExtractor(Function<ProfileRequestContext,AuthnRequest> strategy)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IntegerdoApply(Scoping scoping)Override point to do the extraction.-
Methods inherited from class net.shibboleth.idp.saml.audit.impl.AbstractScopingAuditExtractor
apply
-
-
-
-
Constructor Detail
-
ScopingProxyCountAuditExtractor
public ScopingProxyCountAuditExtractor(@Nonnull Function<ProfileRequestContext,AuthnRequest> strategy)Constructor.- Parameters:
strategy- lookup strategy for message
-
-
Method Detail
-
doApply
@Nullable protected Integer doApply(@Nullable Scoping scoping)
Override point to do the extraction.- Specified by:
doApplyin classAbstractScopingAuditExtractor<Integer>- Parameters:
scoping- the input object- Returns:
- the extracted value
-
-