Interface LoginHintResolver

All Superinterfaces:
Lifecycle

public interface LoginHintResolver extends Lifecycle
Service Provider Interface (SPI) to resolve a login_hint request parameter to a subject identifier.

Implementations must be thread-safe.

  • Method Summary

    Modifier and Type
    Method
    Description
    com.nimbusds.oauth2.sdk.id.Subject
    resolveToSubject(String loginHint, InvocationContext invocationCtx)
    Resolves the specified login_hint to a subject identifier.

    Methods inherited from interface com.nimbusds.openid.connect.provider.spi.Lifecycle

    init, isEnabled, shutdown