Class SessionIndexAuditExtractor
java.lang.Object
net.shibboleth.idp.saml.audit.impl.SessionIndexAuditExtractor
- All Implemented Interfaces:
Function<ProfileRequestContext,
Collection<String>>
public class SessionIndexAuditExtractor
extends Object
implements Function<ProfileRequestContext,Collection<String>>
Function
that returns SessionIndex values from assertions in a response or a logout request.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Function<ProfileRequestContext,
SAMLObject> Lookup strategy for message to read from. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor. -
Method Summary
-
Field Details
-
messageLookupStrategy
Lookup strategy for message to read from.
-
-
Constructor Details
-
SessionIndexAuditExtractor
Constructor.- Parameters:
strategy
- lookup strategy for message
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ProfileRequestContext,
Collection<String>>
-