Class TokenRequestClientIDLookupFunction

java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.TokenRequestClientIDLookupFunction
All Implemented Interfaces:
Function<MessageContext,ClientID>, ContextDataLookupFunction<MessageContext,ClientID>

@Deprecated(since="4.2.0", forRemoval=true) public class TokenRequestClientIDLookupFunction extends Object implements ContextDataLookupFunction<MessageContext,ClientID>
Deprecated, for removal: This API element is subject to removal in a future version.
For Token, Revocation and other end points supporting client authentication. A function that returns client id of the request via a lookup function. This lookup locates client id primarily from client authentication if available. If client authentication information is not available, client id is looked from client_id parameter. Null is returned if information is not available.
  • Constructor Details

    • TokenRequestClientIDLookupFunction

      public TokenRequestClientIDLookupFunction()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details