Class InboundMessageClassLookupFunction
java.lang.Object
net.shibboleth.oidc.profile.audit.impl.InboundMessageClassLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class InboundMessageClassLookupFunction
extends Object
implements Function<ProfileRequestContext,String>
Looks up the value of the simple class name from the inbound message context's message object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(ProfileRequestContext input) The simple name of the message class in the inbound message context.
-
Constructor Details
-
InboundMessageClassLookupFunction
public InboundMessageClassLookupFunction()
-
-
Method Details
-
apply
The simple name of the message class in the inbound message context. Null if it doesn't exist.- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-