100 строки
5.3 KiB
YAML
100 строки
5.3 KiB
YAML
### YamlMime:JavaType
|
|
constructors:
|
|
- fullName: system.fabric.ClaimsCredentials.ClaimsCredentials()
|
|
name: ClaimsCredentials()
|
|
nameWithType: ClaimsCredentials.ClaimsCredentials()
|
|
summary: <p>Initializes a new instance of the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ClaimsCredentials"></xref> class. </p>
|
|
syntax: public ClaimsCredentials()
|
|
uid: system.fabric.ClaimsCredentials.ClaimsCredentials()
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="system.fabric.SecurityCredentials?alt=system.fabric.SecurityCredentials&text=SecurityCredentials" data-throw-if-not-resolved="False"/>
|
|
inheritedMembers:
|
|
- system.fabric.SecurityCredentials.getCredentialType()
|
|
- system.fabric.SecurityCredentials.loadFrom(FabricCodePackageActivationContext,String,String)
|
|
- system.fabric.SecurityCredentials.setCredentialType(CredentialType)
|
|
methods:
|
|
- fullName: system.fabric.ClaimsCredentials.getIssuerThumbprints()
|
|
name: getIssuerThumbprints()
|
|
nameWithType: ClaimsCredentials.getIssuerThumbprints()
|
|
returns:
|
|
description: <p>The certificate thumbprints of server certificate issuer. </p>
|
|
type: <xref href="List%3CString%3E?alt=List%3CString%3E&text=List%3CString%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the certificate thumbprints of server certificate issuer.</p>
|
|
|
|
<p></p>
|
|
syntax: public List<String> getIssuerThumbprints()
|
|
uid: system.fabric.ClaimsCredentials.getIssuerThumbprints()
|
|
- fullName: system.fabric.ClaimsCredentials.getLocalClaims()
|
|
name: getLocalClaims()
|
|
nameWithType: ClaimsCredentials.getLocalClaims()
|
|
returns:
|
|
description: <p>The string representation of claims token acquired from STS (security token service). </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the string representation of claims token acquired from STS (security token service).</p>
|
|
|
|
<p></p>
|
|
syntax: public String getLocalClaims()
|
|
uid: system.fabric.ClaimsCredentials.getLocalClaims()
|
|
- fullName: system.fabric.ClaimsCredentials.getProtectionLevel()
|
|
name: getProtectionLevel()
|
|
nameWithType: ClaimsCredentials.getProtectionLevel()
|
|
returns:
|
|
description: <p>The protection level of communication with server. </p>
|
|
type: <xref href="system.fabric.ProtectionLevel?alt=system.fabric.ProtectionLevel&text=ProtectionLevel" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the protection level of communication with server; the default value is <xref uid="system.fabric.ProtectionLevel.ENCRYPTANDSIGN" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ProtectionLevel#ENCRYPTANDSIGN"></xref>.</p>
|
|
|
|
<p></p>
|
|
syntax: public ProtectionLevel getProtectionLevel()
|
|
uid: system.fabric.ClaimsCredentials.getProtectionLevel()
|
|
- fullName: system.fabric.ClaimsCredentials.getServerCommonNames()
|
|
name: getServerCommonNames()
|
|
nameWithType: ClaimsCredentials.getServerCommonNames()
|
|
returns:
|
|
description: <p>The expected common names of server certificate. </p>
|
|
type: <xref href="List%3CString%3E?alt=List%3CString%3E&text=List%3CString%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the expected common names of server certificate.</p>
|
|
|
|
<p></p>
|
|
syntax: public List<String> getServerCommonNames()
|
|
uid: system.fabric.ClaimsCredentials.getServerCommonNames()
|
|
- fullName: system.fabric.ClaimsCredentials.setLocalClaims(String localClaims)
|
|
name: setLocalClaims(String localClaims)
|
|
nameWithType: ClaimsCredentials.setLocalClaims(String localClaims)
|
|
parameters:
|
|
- description: <p>The string representation of claims token acquired from STS (security token service). </p>
|
|
name: localClaims
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets the string representation of claims token acquired from STS (security token service).</p>
|
|
|
|
<p></p>
|
|
syntax: public void setLocalClaims(String localClaims)
|
|
uid: system.fabric.ClaimsCredentials.setLocalClaims(String)
|
|
- fullName: system.fabric.ClaimsCredentials.setProtectionLevel(ProtectionLevel protectionLevel)
|
|
name: setProtectionLevel(ProtectionLevel protectionLevel)
|
|
nameWithType: ClaimsCredentials.setProtectionLevel(ProtectionLevel protectionLevel)
|
|
parameters:
|
|
- description: <p>The protection level of communication with server. </p>
|
|
name: protectionLevel
|
|
type: <xref href="system.fabric.ProtectionLevel?alt=system.fabric.ProtectionLevel&text=ProtectionLevel" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets the protection level of communication with server; the default value is <xref uid="system.fabric.ProtectionLevel.ENCRYPTANDSIGN" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ProtectionLevel#ENCRYPTANDSIGN"></xref>.</p>
|
|
|
|
<p></p>
|
|
syntax: public void setProtectionLevel(ProtectionLevel protectionLevel)
|
|
uid: system.fabric.ClaimsCredentials.setProtectionLevel(ProtectionLevel)
|
|
nameWithType: ClaimsCredentials
|
|
syntax: public class ClaimsCredentials extends SecurityCredentials
|
|
type: class
|
|
uid: system.fabric.ClaimsCredentials
|
|
fullName: system.fabric.ClaimsCredentials
|
|
name: ClaimsCredentials
|
|
package: system.fabric
|
|
summary: <p>Represents the claim based security credential acquired from STS (security token service). </p>
|
|
metadata: {}
|