CertificateAppCredentials クラス
- java.
lang. Object - com.
microsoft. bot. connector. authentication. AppCredentials - com.
microsoft. bot. connector. authentication. CertificateAppCredentials
- com.
- com.
public class CertificateAppCredentials
extends AppCredentials
証明書を使用する AppCredentials。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| CertificateAppCredentials(CertificateAppCredentialsOptions withOptions) |
App |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| protected Authenticator |
buildAuthenticator()
Certificate |
メソッドの継承元: AppCredentials
applyCredentialsFilter
buildAuthenticator
getAppId
getAuthTenant
getChannelAuthTenant
getToken
oAuthEndpoint
oAuthScope
setAppId
setAuthTenant
setChannelAuthTenant
メソッドの継承元: java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
コンストラクターの詳細
CertificateAppCredentials
public CertificateAppCredentials(CertificateAppCredentialsOptions withOptions)
AppCredentials クラスの新しいインスタンスを初期化します。
パラメーター:
withOptions
- CertificateAppCredentials のオプション。
スロー:
java.security.cert.CertificateException
- Authenticator の作成時。
java.security.UnrecoverableKeyException
- Authenticator の作成時。
java.security.NoSuchAlgorithmException
- Authenticator の作成時。
java.security.KeyStoreException
- Authenticator の作成時。
java.security.NoSuchProviderException
- Authenticator の作成時。
java.io.IOException
- Authenticator の作成時。
メソッドの詳細
buildAuthenticator
protected Authenticator buildAuthenticator()
CertificateAuthenticator を返します。
上書き:
CertificateAppCredentials.buildAuthenticator()戻り値:
Authenticator オブジェクト。