CertificateAppCredentials 클래스
- java.
lang. Object - com.
microsoft. bot. connector. authentication. AppCredentials - com.
microsoft. bot. connector. authentication. CertificateAppCredentials
- com.
- com.
public class CertificateAppCredentials
extends AppCredentials
인증서를 사용하는 AppCredentials입니다.
생성자 요약
| 생성자 | Description |
|---|---|
| CertificateAppCredentials(CertificateAppCredentialsOptions withOptions) |
App |
메서드 요약
| 한정자 및 형식 | 메서드 및 설명 |
|---|---|
| protected Authenticator |
buildAuthenticator()
인증서 |
다음에서 상속된 메서드 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에 대한 옵션입니다.
Throw:
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 개체입니다.