Class DefaultRootTokenIdentifierLookupStrategy

java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.logic.DefaultRootTokenIdentifierLookupStrategy
All Implemented Interfaces:
Function<com.nimbusds.jwt.JWTClaimsSet,String>

public class DefaultRootTokenIdentifierLookupStrategy extends Object implements Function<com.nimbusds.jwt.JWTClaimsSet,String>
Default lookup function for fetching the root token identifier from the given claims set.
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • DefaultRootTokenIdentifierLookupStrategy

      public DefaultRootTokenIdentifierLookupStrategy()
  • Method Details

    • apply

      @Nullable public String apply(@Nullable com.nimbusds.jwt.JWTClaimsSet claimsSet)
      Specified by:
      apply in interface Function<com.nimbusds.jwt.JWTClaimsSet,String>