88 строки
4.8 KiB
YAML
88 строки
4.8 KiB
YAML
|
### YamlMime:JavaType
|
||
|
constructors:
|
||
|
- fullName: system.fabric.WindowsCredentials.WindowsCredentials()
|
||
|
name: WindowsCredentials()
|
||
|
nameWithType: WindowsCredentials.WindowsCredentials()
|
||
|
summary: <p>Initializes a new instance of the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.WindowsCredentials"></xref> class. </p>
|
||
|
syntax: public WindowsCredentials()
|
||
|
uid: system.fabric.WindowsCredentials.WindowsCredentials()
|
||
|
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.WindowsCredentials.getProtectionLevel()
|
||
|
name: getProtectionLevel()
|
||
|
nameWithType: WindowsCredentials.getProtectionLevel()
|
||
|
returns:
|
||
|
description: <p>The protection level of the credential. </p>
|
||
|
type: <xref href="system.fabric.ProtectionLevel?alt=system.fabric.ProtectionLevel&text=ProtectionLevel" data-throw-if-not-resolved="False"/>
|
||
|
summary: >-
|
||
|
<p>Gets how communication is protected, 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.WindowsCredentials.getProtectionLevel()
|
||
|
- fullName: system.fabric.WindowsCredentials.getRemoteIdentities()
|
||
|
name: getRemoteIdentities()
|
||
|
nameWithType: WindowsCredentials.getRemoteIdentities()
|
||
|
returns:
|
||
|
description: <p>The list of active directory domain identities of remote clients, each entry can be either account name or group name. </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 list of active directory domain identities of remote clients, each entry can be either account name or group name.</p>
|
||
|
|
||
|
<p></p>
|
||
|
syntax: public List<String> getRemoteIdentities()
|
||
|
uid: system.fabric.WindowsCredentials.getRemoteIdentities()
|
||
|
- fullName: system.fabric.WindowsCredentials.getRemoteSpn()
|
||
|
name: getRemoteSpn()
|
||
|
nameWithType: WindowsCredentials.getRemoteSpn()
|
||
|
returns:
|
||
|
description: <p>The service principal name of remote listener, can be left empty if the remote listener runs as machine accounts. </p>
|
||
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
|
summary: >-
|
||
|
<p>Gets the service principal name of remote listener, can be left empty if the remote listener runs as machine accounts.</p>
|
||
|
|
||
|
<p></p>
|
||
|
syntax: public String getRemoteSpn()
|
||
|
uid: system.fabric.WindowsCredentials.getRemoteSpn()
|
||
|
- fullName: system.fabric.WindowsCredentials.setProtectionLevel(ProtectionLevel protectionLevel)
|
||
|
name: setProtectionLevel(ProtectionLevel protectionLevel)
|
||
|
nameWithType: WindowsCredentials.setProtectionLevel(ProtectionLevel protectionLevel)
|
||
|
parameters:
|
||
|
- description: <p>The protection level of the credential. </p>
|
||
|
name: protectionLevel
|
||
|
type: <xref href="system.fabric.ProtectionLevel?alt=system.fabric.ProtectionLevel&text=ProtectionLevel" data-throw-if-not-resolved="False"/>
|
||
|
summary: >-
|
||
|
<p>Sets how communication is protected, 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.WindowsCredentials.setProtectionLevel(ProtectionLevel)
|
||
|
- fullName: system.fabric.WindowsCredentials.setRemoteSpn(String remoteSpn)
|
||
|
name: setRemoteSpn(String remoteSpn)
|
||
|
nameWithType: WindowsCredentials.setRemoteSpn(String remoteSpn)
|
||
|
parameters:
|
||
|
- description: <p>The service principal name of remote listener, can be left empty if the remote listener runs as machine accounts. </p>
|
||
|
name: remoteSpn
|
||
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
|
summary: >-
|
||
|
<p>Sets the service principal name of remote listener, can be left empty if the remote listener runs as machine accounts.</p>
|
||
|
|
||
|
<p></p>
|
||
|
syntax: public void setRemoteSpn(String remoteSpn)
|
||
|
uid: system.fabric.WindowsCredentials.setRemoteSpn(String)
|
||
|
nameWithType: WindowsCredentials
|
||
|
syntax: public class WindowsCredentials extends SecurityCredentials
|
||
|
type: class
|
||
|
uid: system.fabric.WindowsCredentials
|
||
|
fullName: system.fabric.WindowsCredentials
|
||
|
name: WindowsCredentials
|
||
|
package: system.fabric
|
||
|
summary: <p>Represents the active directory domain credential. </p>
|
||
|
metadata: {}
|