Package org.opensaml.profile.action.impl
Class PopulateMetricContext.NullFunction
- java.lang.Object
-
- org.opensaml.profile.action.impl.PopulateMetricContext.NullFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,Boolean>
- Enclosing class:
- PopulateMetricContext
private class PopulateMetricContext.NullFunction extends Object implements Function<ProfileRequestContext,Boolean>
Default function to remove the context from the tree when no metrics are installed.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateNullFunction()
-
-
-
Method Detail
-
apply
public Boolean apply(ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,Boolean>
-
-