Class NameIDFormatAuditExtractor
java.lang.Object
net.shibboleth.idp.saml.audit.impl.NameIDFormatAuditExtractor
- All Implemented Interfaces:
Function<ProfileRequestContext,
String>
public class NameIDFormatAuditExtractor
extends Object
implements Function<ProfileRequestContext,String>
Function
that returns the Name Identifier Format from a SAML Subject.-
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
-
NameIDFormatAuditExtractor
Constructor.- Parameters:
strategy
- lookup strategy for message
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ProfileRequestContext,
String>
-
apply
Apply function to an assertion.- Parameters:
assertion
- assertion to operate on- Returns:
- the format, or null
-
apply
Apply function to an assertion.- Parameters:
assertion
- assertion to operate on- Returns:
- the format, or null
-