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 Integer
doApply
(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:
doApply
in classAbstractProxyRestrictionAuditExtractor<Integer>
- Parameters:
condition
- the input object- Returns:
- the extracted value
-