CertificateAppCredentialsOptions クラス
- java.
lang. Object - com.
microsoft. bot. connector. authentication. CertificateAppCredentialsOptions
- com.
public class CertificateAppCredentialsOptions
CertificateAppCredentials オプション。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| CertificateAppCredentialsOptions(String withAppId, InputStream withPkcs12Certificate, String withPkcs12Password) |
必要な引数を使用して、証明書 |
| CertificateAppCredentialsOptions(String withAppId, InputStream withPkcs12Certificate, String withPkcs12Password, String withChannelAuthTenant, String withOAuthScope, boolean withSendX5c) |
Certificate |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| java.lang.String |
getAppId()
Microsfot アプリの |
| java.lang.String |
getChannelAuthTenant()
チャネル認証テナントを取得します。 |
| java.io.InputStream |
getPkcs12Certificate()
PKCS12 証明書への入力 |
| java.lang.String |
getPkcs12Password()
pkcs12 証明書パスワードを取得します。 |
| boolean |
getSendX5c()
x5c 要求 (証明書の公開キー) を STS に送信する必要があるかどうかを取得します。 |
| java.lang.String |
getoAuthScope()
OAuth スコープを取得します。 |
| void |
setAppId(String withAppId)
Microsfot アプリの |
| void |
setChannelAuthTenant(String withChannelAuthTenant)
チャネル認証テナントを設定します。 |
| void |
setPkcs12Certificate(InputStream withPkcs12Certificate)
入力 |
| void |
setPkcs12Password(String withPkcs12Password)
pkcs12 証明書パスワードを設定します。 |
| void |
setSendX5c(boolean withSendX5c)
x5c 要求 (証明書の公開キー) を STS に送信するかどうかを設定します。 |
| void |
setoAuthScope(String withOAuthScope)
OAuth スコープを設定します。 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
CertificateAppCredentialsOptions
public CertificateAppCredentialsOptions(String withAppId, InputStream withPkcs12Certificate, String withPkcs12Password)
必要な引数を使用して CertificateAppCredentialsOptions を初期化します。
パラメーター:
CertificateAppCredentialsOptions
public CertificateAppCredentialsOptions(String withAppId, InputStream withPkcs12Certificate, String withPkcs12Password, String withChannelAuthTenant, String withOAuthScope, boolean withSendX5c)
CertificateAppCredentialsOptions を初期化します。
パラメーター:
メソッドの詳細
getAppId
public String getAppId()
Microsfot AppId を取得します。
戻り値:
getChannelAuthTenant
public String getChannelAuthTenant()
チャネル認証テナントを取得します。
戻り値:
getPkcs12Certificate
public InputStream getPkcs12Certificate()
PKCS12 証明書への InputStream を取得します。
戻り値:
getPkcs12Password
public String getPkcs12Password()
pkcs12 証明書パスワードを取得します。
戻り値:
getSendX5c
public boolean getSendX5c()
x5c 要求 (証明書の公開キー) を STS に送信する必要があるかどうかを取得します。
戻り値:
getoAuthScope
public String getoAuthScope()
OAuth スコープを取得します。
戻り値:
setAppId
public void setAppId(String withAppId)
Microsfot AppId を設定します。
パラメーター:
setChannelAuthTenant
public void setChannelAuthTenant(String withChannelAuthTenant)
チャネル認証テナントを設定します。
パラメーター:
setPkcs12Certificate
public void setPkcs12Certificate(InputStream withPkcs12Certificate)
InputStream を PKCS12 証明書に設定します。
パラメーター:
setPkcs12Password
public void setPkcs12Password(String withPkcs12Password)
pkcs12 証明書パスワードを設定します。
パラメーター:
setSendX5c
public void setSendX5c(boolean withSendX5c)
x5c 要求 (証明書の公開キー) を STS に送信するかどうかを設定します。
パラメーター:
setoAuthScope
public void setoAuthScope(String withOAuthScope)
OAuth スコープを設定します。
パラメーター: