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>
Function that returns ProxyRestriction.getProxyCount().- Since:
- 4.2.0
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected IntegerdoApply(ProxyRestriction condition) Override point to do the extraction.Methods inherited from class net.shibboleth.idp.saml.audit.impl.AbstractProxyRestrictionAuditExtractor
apply
-
Constructor Details
-
ProxyCountAuditExtractor
Constructor.- Parameters:
strategy- lookup strategy for message
-
-
Method Details
-
doApply
Override point to do the extraction.- Specified by:
doApplyin classAbstractProxyRestrictionAuditExtractor<Integer>- Parameters:
condition- the input object- Returns:
- the extracted value
-