Class SelfEntityIDLookupFunction
java.lang.Object
net.shibboleth.idp.attribute.resolver.dc.saml.plugin.impl.SelfEntityIDLookupFunction
- All Implemented Interfaces:
Function<InOutOperationContext,String>
public class SelfEntityIDLookupFunction
extends Object
implements Function<InOutOperationContext,String>
Function to resolve the self entityID 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
-
SelfEntityIDLookupFunction
public SelfEntityIDLookupFunction()Constructor.
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<InOutOperationContext,String>
-