パッケージ | 説明 |
---|---|
com.sun.net.httpserver |
組み込みの HTTP サーバーの構築に使用できる、単純で高度な HTTP サーバー API を提供します。
|
修飾子と型 | クラスと説明 |
---|---|
static class |
Authenticator.Failure
認証の失敗を示します。
|
static class |
Authenticator.Retry
認証を再試行する必要があることを示します。
|
static class |
Authenticator.Success
認証が成功し、getPrincipal() を呼び出すことによって認証されたユーザー主体を取得できることを示します。
|
修飾子と型 | メソッドと説明 |
---|---|
Authenticator.Result |
BasicAuthenticator.authenticate(HttpExchange t) |
abstract Authenticator.Result |
Authenticator.authenticate(HttpExchange exch)
各着信要求を認証するために呼び出されます。
|
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.