Interface EventContext

All Superinterfaces:
InvocationContext

public interface EventContext extends InvocationContext
Event context.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an interface for signing JSON Web Tokens (JWT).
    com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation
    Returns the registered information for the client associated with the event.

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

    getIssuer
  • Method Details

    • getOIDCClientInformation

      com.nimbusds.openid.connect.sdk.rp.OIDCClientInformation getOIDCClientInformation()
      Returns the registered information for the client associated with the event.
      Returns:
      The registered client information.
    • getJWTSigner

      Returns an interface for signing JSON Web Tokens (JWT). May be used to sign security event tokens (SET) produced by the event listener.
      Returns:
      The JWT signer.