ClaimsCredentials クラス
- java.
lang. Object - SecurityCredentials
- system.
fabric. ClaimsCredentials
- system.
public class ClaimsCredentials extends SecurityCredentials
STS (セキュリティ トークン サービス) から取得した要求ベースのセキュリティ資格情報を表します。
コンストラクターの概要
コンストラクター | 説明 |
---|---|
ClaimsCredentials() |
system.fabric.ClaimsCredentials クラスの新しいインスタンスを初期化します。 |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
List<String> |
getIssuerThumbprints()
サーバー証明書発行者の証明書の拇印を取得します。 |
String |
getLocalClaims()
STS (セキュリティ トークン サービス) から取得したクレーム トークンの文字列表現を取得します。 |
Protection |
getProtectionLevel()
サーバーとの通信の保護レベルを取得します。既定値は です ENCRYPTANDSIGN。 |
List<String> |
getServerCommonNames()
サーバー証明書の予期される共通名を取得します。 |
void |
setLocalClaims(String localClaims)
STS (セキュリティ トークン サービス) から取得したクレーム トークンの文字列表現を設定します。 |
void |
setProtectionLevel(ProtectionLevel protectionLevel)
サーバーとの通信の保護レベルを設定します。既定値は です ENCRYPTANDSIGN。 |
継承メンバー
コンストラクターの詳細
ClaimsCredentials
public ClaimsCredentials()
system.fabric.ClaimsCredentials クラスの新しいインスタンスを初期化します。
メソッドの詳細
getIssuerThumbprints
public List
サーバー証明書発行者の証明書の拇印を取得します。
戻り値:
getLocalClaims
public String getLocalClaims()
STS (セキュリティ トークン サービス) から取得したクレーム トークンの文字列表現を取得します。
戻り値:
getProtectionLevel
public ProtectionLevel getProtectionLevel()
サーバーとの通信の保護レベルを取得します。既定値は です ENCRYPTANDSIGN。
戻り値:
getServerCommonNames
public List
サーバー証明書の予期される共通名を取得します。
戻り値:
setLocalClaims
public void setLocalClaims(String localClaims)
STS (セキュリティ トークン サービス) から取得したクレーム トークンの文字列表現を設定します。
パラメーター:
setProtectionLevel
public void setProtectionLevel(ProtectionLevel protectionLevel)
サーバーとの通信の保護レベルを設定します。既定値は です ENCRYPTANDSIGN。
パラメーター:
適用対象
Azure SDK for Java