Class ValidIssuersLookupFunction
java.lang.Object
net.shibboleth.idp.attribute.resolver.dc.saml.plugin.impl.ValidIssuersLookupFunction
- All Implemented Interfaces:
Function<InOutOperationContext,Set<String>>
public class ValidIssuersLookupFunction
extends Object
implements Function<InOutOperationContext,Set<String>>
Function to resolve the valid issuers from the SOAP client operation context.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Function<InOutOperationContext,String> The lookup delegate. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
delegate
The lookup delegate.
-
-
Constructor Details
-
ValidIssuersLookupFunction
public ValidIssuersLookupFunction()Constructor.
-
-
Method Details
-
apply
@Nullable @Unmodifiable @NotLive public Set<String> apply(@Nullable InOutOperationContext opContext) - Specified by:
applyin interfaceFunction<InOutOperationContext,Set<String>>
-