Interface EventContext

    • Method Detail

      • 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

        JWTSigner 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.