keycloak-service
公開メンバ関数 | 全メンバ一覧
org.keycloak.connections.httpclient.HttpClientBuilder.PassthroughTrustManager クラス
org.keycloak.connections.httpclient.HttpClientBuilder.PassthroughTrustManager の継承関係図
Inheritance graph
org.keycloak.connections.httpclient.HttpClientBuilder.PassthroughTrustManager 連携図
Collaboration graph

公開メンバ関数

void checkClientTrusted (X509Certificate[] chain, String authType) throws CertificateException
 
void checkServerTrusted (X509Certificate[] chain, String authType) throws CertificateException
 
X509Certificate [] getAcceptedIssuers ()
 

詳解

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ checkClientTrusted()

void org.keycloak.connections.httpclient.HttpClientBuilder.PassthroughTrustManager.checkClientTrusted ( X509Certificate []  chain,
String  authType 
) throws CertificateException
inline
77  {
78  }

◆ checkServerTrusted()

void org.keycloak.connections.httpclient.HttpClientBuilder.PassthroughTrustManager.checkServerTrusted ( X509Certificate []  chain,
String  authType 
) throws CertificateException
inline
81  {
82  }

◆ getAcceptedIssuers()

X509Certificate [] org.keycloak.connections.httpclient.HttpClientBuilder.PassthroughTrustManager.getAcceptedIssuers ( )
inline
84  {
85  return null;
86  }

このクラス詳解は次のファイルから抽出されました: