keycloak
公開メンバ関数 | 全メンバ一覧
org.keycloak.representations.adapters.config.AdapterHttpClientConfig インタフェース
org.keycloak.representations.adapters.config.AdapterHttpClientConfig の継承関係図
Inheritance graph
org.keycloak.representations.adapters.config.AdapterHttpClientConfig 連携図
Collaboration graph

公開メンバ関数

String getTruststore ()
 
String getTruststorePassword ()
 
String getClientKeystore ()
 
String getClientKeystorePassword ()
 
boolean isAllowAnyHostname ()
 
boolean isDisableTrustManager ()
 
int getConnectionPoolSize ()
 
String getProxyUrl ()
 

詳解

Configuration options relevant for configuring http client that can be used by adapter.

NOTE: keep in sync with adapters/saml/core/src/main/java/org/keycloak/adapters/AdapterHttpClientConfig.java until unified.

著者
hmlnarik

関数詳解

◆ getClientKeystore()

String org.keycloak.representations.adapters.config.AdapterHttpClientConfig.getClientKeystore ( )

Returns keystore with client keys.

org.keycloak.representations.adapters.config.AdapterConfigで実装されています。

◆ getClientKeystorePassword()

String org.keycloak.representations.adapters.config.AdapterHttpClientConfig.getClientKeystorePassword ( )

Returns keystore password.

org.keycloak.representations.adapters.config.AdapterConfigで実装されています。

◆ getConnectionPoolSize()

int org.keycloak.representations.adapters.config.AdapterHttpClientConfig.getConnectionPoolSize ( )

Returns size of connection pool.

org.keycloak.representations.adapters.config.AdapterConfigで実装されています。

◆ getProxyUrl()

String org.keycloak.representations.adapters.config.AdapterHttpClientConfig.getProxyUrl ( )

Returns URL of HTTP proxy.

org.keycloak.representations.adapters.config.AdapterConfigで実装されています。

◆ getTruststore()

String org.keycloak.representations.adapters.config.AdapterHttpClientConfig.getTruststore ( )

Returns truststore filename.

org.keycloak.representations.adapters.config.AdapterConfigで実装されています。

◆ getTruststorePassword()

String org.keycloak.representations.adapters.config.AdapterHttpClientConfig.getTruststorePassword ( )

Returns truststore password.

org.keycloak.representations.adapters.config.AdapterConfigで実装されています。

◆ isAllowAnyHostname()

boolean org.keycloak.representations.adapters.config.AdapterHttpClientConfig.isAllowAnyHostname ( )

Returns boolean flag whether any hostname verification is done on the server's certificate,

true

means that verification is not done.

戻り値

org.keycloak.representations.adapters.config.AdapterConfigで実装されています。

◆ isDisableTrustManager()

boolean org.keycloak.representations.adapters.config.AdapterHttpClientConfig.isDisableTrustManager ( )

Returns boolean flag whether any trust management and hostname verification is done.

NOTE Disabling trust manager is a security hole, so only set this option if you cannot or do not want to verify the identity of the host you are communicating with.

org.keycloak.representations.adapters.config.AdapterConfigで実装されています。


このインタフェース詳解は次のファイルから抽出されました: