Interface DigestAuthHandler

    • Field Detail

      • DEFAULT_NONCE_EXPIRE_TIMEOUT

        static final long DEFAULT_NONCE_EXPIRE_TIMEOUT
        The default nonce expire timeout to use in milliseconds.
        See Also:
        Constant Field Values
    • Method Detail

      • create

        static DigestAuthHandler create​(Vertx vertx,
                                        HtdigestAuth authProvider)
        Create a digest auth handler
        Parameters:
        vertx - the vertx instance
        authProvider - the auth provider to use
        Returns:
        the auth handler
      • create

        static DigestAuthHandler create​(Vertx vertx,
                                        HtdigestAuth authProvider,
                                        long nonceExpireTimeout)
        Create a digest auth handler, specifying the expire timeout for nonces.
        Parameters:
        vertx - the vertx instance
        authProvider - the auth service to use
        nonceExpireTimeout - the nonce expire timeout in milliseconds.
        Returns:
        the auth handler