Interface InterceptorContext

All Superinterfaces:
InvocationContext

public interface InterceptorContext extends InvocationContext
Registration interceptor context.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if open registration is allowed.

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

    getIssuer
  • Method Details

    • openRegistrationIsAllowed

      Returns true if open registration is allowed.
      Returns:
      true if open registration is allowed, else false.