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>>
Functionthat returns SessionIndex values from assertions in a response or a logout request.
-
-
Field Summary
Fields Modifier and Type Field Description private Function<ProfileRequestContext,SAMLObject>messageLookupStrategyLookup strategy for message to read from.
-
Constructor Summary
Constructors Constructor Description SessionIndexAuditExtractor(Function<ProfileRequestContext,SAMLObject> strategy)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>apply(ProfileRequestContext input)
-
-
-
Field Detail
-
messageLookupStrategy
@Nonnull private final Function<ProfileRequestContext,SAMLObject> messageLookupStrategy
Lookup strategy for message to read from.
-
-
Constructor Detail
-
SessionIndexAuditExtractor
public SessionIndexAuditExtractor(@Nonnull Function<ProfileRequestContext,SAMLObject> strategy)Constructor.- Parameters:
strategy- lookup strategy for message
-
-
Method Detail
-
apply
@Nullable public Collection<String> apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,Collection<String>>
-
-