Class Authenticator.Retry

  • Enclosing class:
    Authenticator

    public static class Authenticator.Retry
    extends Authenticator.Result
    Indicates an authentication must be retried. The response code to be sent back is as returned from getResponseCode(). The Authenticator must also have set any necessary response headers in the given HttpExchange before returning this Retry object.
    • Constructor Detail

      • Retry

        public Retry​(int responseCode)
    • Method Detail

      • getResponseCode

        public int getResponseCode()
        returns the response code to send to the client

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部