Class AttributeResolutionLookupTest.TestClass

java.lang.Object
net.shibboleth.idp.attribute.resolver.context.navigate.AbstractAttributeResolutionLookupFunction<String>
net.shibboleth.idp.attribute.resolver.AttributeResolutionLookupTest.TestClass
All Implemented Interfaces:
Function<ProfileRequestContext,String>, ContextDataLookupFunction<ProfileRequestContext,String>
Enclosing class:
AttributeResolutionLookupTest

private class AttributeResolutionLookupTest.TestClass extends net.shibboleth.idp.attribute.resolver.context.navigate.AbstractAttributeResolutionLookupFunction<String>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    doApply(net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext input)

    Methods inherited from class net.shibboleth.idp.attribute.resolver.context.navigate.AbstractAttributeResolutionLookupFunction

    apply, setAttributeResolutionContextLookupStrategy

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • TestClass

      private TestClass()
  • Method Details

    • doApply

      @Nullable protected String doApply(@Nonnull net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext input)
      Specified by:
      doApply in class net.shibboleth.idp.attribute.resolver.context.navigate.AbstractAttributeResolutionLookupFunction<String>