EnterpriseChannelValidation クラス
- java.
lang. Object - com.
microsoft. bot. connector. authentication. EnterpriseChannelValidation
- com.
public final class EnterpriseChannelValidation
エンタープライズ チャネル認証の検証。
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
static
java.util.concurrent.CompletableFuture<Claims |
authenticateToken(String authHeader, CredentialProvider credentials, ChannelProvider channelProvider, String serviceUrl, String channelId)
Bot Framework チャネル サービスから送信されたトークンとして、受信認証ヘッダーを検証します。 |
|
static
java.util.concurrent.CompletableFuture<Claims |
authenticateToken(String authHeader, CredentialProvider credentials, ChannelProvider channelProvider, String serviceUrl, String channelId, AuthenticationConfiguration authConfig)
Bot Framework チャネル サービスから送信されたトークンとして、受信認証ヘッダーを検証します。 |
|
static
java.util.concurrent.CompletableFuture<Claims |
validateIdentity(ClaimsIdentity identity, CredentialProvider credentials, String serviceUrl)
ClaimsIdentityを検証します。 |
メソッドの継承元: java.lang.Object
メソッドの詳細
authenticateToken
public static CompletableFuture
Bot Framework チャネル サービスから送信されたトークンとして、受信認証ヘッダーを検証します。
パラメーター:
戻り値:
On join:
authenticateToken
public static CompletableFuture
Bot Framework チャネル サービスから送信されたトークンとして、受信認証ヘッダーを検証します。
パラメーター:
戻り値:
validateIdentity
public static CompletableFuture
ClaimsIdentityを検証します。
パラメーター:
戻り値:
On join: