Class AbstractResolverPluginTest.TestFunc
java.lang.Object
net.shibboleth.idp.attribute.resolver.AbstractResolverPluginTest.TestFunc
- All Implemented Interfaces:
Function<net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext,ProfileRequestContext>
- Enclosing class:
- AbstractResolverPluginTest
static class AbstractResolverPluginTest.TestFunc
extends Object
implements Function<net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext,ProfileRequestContext>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext input)
-
Constructor Details
-
TestFunc
TestFunc()
-
-
Method Details
-
apply
@Nullable public ProfileRequestContext apply(@Nullable net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext input) - Specified by:
applyin interfaceFunction<net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext,ProfileRequestContext>
-