|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.authentication.spi.HttpCallback
public class HttpCallback
HttpCallback class implements Callback
and is used by the authentication module with HTTP protocol based
handshaking negotiation.
| コンストラクタの概要 | |
|---|---|
HttpCallback(String authorizationHeader,
String negotiationHeader,
String errorCode)
Creates a HttpCallback object. |
|
HttpCallback(String authRHeader,
String negoName,
String negoValue,
int errorCode)
Creates a HttpCallback object. |
|
| メソッドの概要 | |
|---|---|
String |
getAuthorizationHeader()
Returns the authorization header string. |
int |
getNegotiationCode()
Returns the negotiation error code. |
String |
getNegotiationHeaderName()
Returns the negotiation header name. |
String |
getNegotiationHeaderValue()
Returns the negotiation header value. |
| コンストラクタの詳細 |
|---|
public HttpCallback(String authorizationHeader,
String negotiationHeader,
String errorCode)
HttpCallback object.
authorizationHeader - Header name for the authorization string.negotiationHeader - Negotiation header string.errorCode - Error code set in the header for negotiation.
public HttpCallback(String authRHeader,
String negoName,
String negoValue,
int errorCode)
HttpCallback object.
The negotiation header is constructed using the
negotiation name and value in the format
negoName:negoValue.
authRHeader - Header name for the authorization string.negoName - Negotiation name in the negotiation header.negoValue - Negotiation value in the negotiation header.errorCode - Error code set in the header for negotiation.| メソッドの詳細 |
|---|
public String getAuthorizationHeader()
public String getNegotiationHeaderName()
public String getNegotiationHeaderValue()
public int getNegotiationCode()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||