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