Class DefaultIssuerIDLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.DefaultIssuerIDLookupFunction
-
- All Implemented Interfaces:
Function<MessageContext,String>,ContextDataLookupFunction<MessageContext,String>
@ThreadSafe public class DefaultIssuerIDLookupFunction extends Object implements ContextDataLookupFunction<MessageContext,String>
Strategy to pull out the ID of the OIDC proxy issuer/provider from theOIDCPeerEntityContext.
-
-
Constructor Summary
Constructors Constructor Description DefaultIssuerIDLookupFunction()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable MessageContext input)
- Specified by:
applyin interfaceFunction<MessageContext,String>
-
-