Class ProxyCountAuditExtractor
- java.lang.Object
-
- net.shibboleth.idp.saml.audit.impl.AbstractProxyRestrictionAuditExtractor<Integer>
-
- net.shibboleth.idp.saml.audit.impl.ProxyCountAuditExtractor
-
- All Implemented Interfaces:
Function<ProfileRequestContext,Integer>
public class ProxyCountAuditExtractor extends AbstractProxyRestrictionAuditExtractor<Integer>
Functionthat returnsProxyRestriction.getProxyCount().- Since:
- 4.2.0
-
-
Constructor Summary
Constructors Constructor Description ProxyCountAuditExtractor(Function<ProfileRequestContext,SAMLObject> strategy)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IntegerdoApply(ProxyRestriction condition)Override point to do the extraction.-
Methods inherited from class net.shibboleth.idp.saml.audit.impl.AbstractProxyRestrictionAuditExtractor
apply
-
-
-
-
Constructor Detail
-
ProxyCountAuditExtractor
public ProxyCountAuditExtractor(@Nonnull Function<ProfileRequestContext,SAMLObject> strategy)Constructor.- Parameters:
strategy- lookup strategy for message
-
-
Method Detail
-
doApply
@Nullable protected Integer doApply(@Nullable ProxyRestriction condition)
Override point to do the extraction.- Specified by:
doApplyin classAbstractProxyRestrictionAuditExtractor<Integer>- Parameters:
condition- the input object- Returns:
- the extracted value
-
-