Class OutboundMessageClassLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.audit.impl.OutboundMessageClassLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class OutboundMessageClassLookupFunction extends Object implements Function<ProfileRequestContext,String>
Looks up the value of the simple class name from the outbound message context's message object.
-
-
Constructor Summary
Constructors Constructor Description OutboundMessageClassLookupFunction()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(ProfileRequestContext profileRequestContext)The simple name of the message class in the outbound message context.
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nonnull ProfileRequestContext profileRequestContext)
The simple name of the message class in the outbound message context. Null if it doesn't exist.- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-