Class NameIDAuditExtractor
java.lang.Object
net.shibboleth.idp.saml.audit.impl.NameIDAuditExtractor
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
Function that returns the Name Identifier from a request or response.-
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
-
NameIDAuditExtractor
Constructor.- Parameters:
strategy- lookup strategy for message
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
apply
Apply function to an assertion.- Parameters:
assertion- assertion to operate on- Returns:
- the identifier, or null
-
apply
Apply function to an assertion.- Parameters:
assertion- assertion to operate on- Returns:
- the identifier, or null
-