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)
들어오는 Auth 헤더를 Bot Framework 채널 서비스에서 보낸 토큰으로 유효성을 검사합니다. |
static
java.util.concurrent.CompletableFuture<Claims |
authenticateToken(String authHeader, CredentialProvider credentials, ChannelProvider channelProvider, String serviceUrl, String channelId, AuthenticationConfiguration authConfig)
들어오는 Auth 헤더를 Bot Framework 채널 서비스에서 보낸 토큰으로 유효성을 검사합니다. |
static
java.util.concurrent.CompletableFuture<Claims |
validateIdentity(ClaimsIdentity identity, CredentialProvider credentials, String serviceUrl)
ClaimsIdentity의 유효성을 검사합니다. |
다음에서 상속된 메서드 java.lang.Object
메서드 세부 정보
authenticateToken
public static CompletableFuture
들어오는 Auth 헤더를 Bot Framework 채널 서비스에서 보낸 토큰으로 유효성을 검사합니다.
매개 변수:
반환:
On join:
authenticateToken
public static CompletableFuture
들어오는 Auth 헤더를 Bot Framework 채널 서비스에서 보낸 토큰으로 유효성을 검사합니다.
매개 변수:
반환:
validateIdentity
public static CompletableFuture
ClaimsIdentity의 유효성을 검사합니다.
매개 변수:
반환:
On join: