Class DefaultClientIDLookupFunction
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.DefaultClientIDLookupFunction
- All Implemented Interfaces:
Function<MessageContext,,ClientID> ContextDataLookupFunction<MessageContext,ClientID>
@Deprecated(since="4.2.0",
forRemoval=true)
public class DefaultClientIDLookupFunction
extends Object
implements ContextDataLookupFunction<MessageContext,ClientID>
Deprecated, for removal: This API element is subject to removal in a future version.
A function that returns client id of the authentication request via a lookup function. This default lookup locates
client id from oidc authentication request if available. If information is not available, null is returned.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionapply(MessageContext input) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DefaultClientIDLookupFunction
public DefaultClientIDLookupFunction()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
apply
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
applyin interfaceFunction<MessageContext,ClientID>
-