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 Details

    • TestFunc

      TestFunc()
  • Method Details

    • apply

      @Nullable public ProfileRequestContext apply(@Nullable net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext input)
      Specified by:
      apply in interface Function<net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext,ProfileRequestContext>