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