61 строка
4.0 KiB
YAML
61 строка
4.0 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: system.fabric.SecurityCredentials.getCredentialType()
|
|
name: getCredentialType()
|
|
nameWithType: SecurityCredentials.getCredentialType()
|
|
returns:
|
|
description: <p>The type of security credentials to use in order to secure the cluster. </p>
|
|
type: <xref href="system.fabric.CredentialType?alt=system.fabric.CredentialType&text=CredentialType" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Indicates the type of security credentials to use in order to secure the cluster.</p>
|
|
|
|
<p></p>
|
|
syntax: public CredentialType getCredentialType()
|
|
uid: system.fabric.SecurityCredentials.getCredentialType()
|
|
- fullName: system.fabric.SecurityCredentials.loadFrom(FabricCodePackageActivationContext codePackageActivationContext, String configPackageName, String fabricServiceReplicatorSecurityConfigSectionName)
|
|
name: loadFrom(FabricCodePackageActivationContext codePackageActivationContext, String configPackageName, String fabricServiceReplicatorSecurityConfigSectionName)
|
|
nameWithType: SecurityCredentials.loadFrom(FabricCodePackageActivationContext codePackageActivationContext, String configPackageName, String fabricServiceReplicatorSecurityConfigSectionName)
|
|
parameters:
|
|
- description: <p>The current code package activation context <xref uid="system.fabric.CodePackageActivationContext" data-throw-if-not-resolved="false" data-raw-source="CodePackageActivationContext"></xref>. </p>
|
|
name: codePackageActivationContext
|
|
type: <xref href="system.fabric.FabricCodePackageActivationContext?alt=system.fabric.FabricCodePackageActivationContext&text=FabricCodePackageActivationContext" data-throw-if-not-resolved="False"/>
|
|
- description: <p>The current configuration package name. </p>
|
|
name: configPackageName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>The section within the configuration file that defines all the security settings. </p>
|
|
name: fabricServiceReplicatorSecurityConfigSectionName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>The security credentials. </p>
|
|
type: <xref href="system.fabric.SecurityCredentials?alt=system.fabric.SecurityCredentials&text=SecurityCredentials" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Instantiate <xref uid="system.fabric.SecurityCredentials" data-throw-if-not-resolved="false" data-raw-source="SecurityCredentials"></xref> object from service configuration settings file. Not yet implemented.</p>
|
|
|
|
<p></p>
|
|
syntax: public static SecurityCredentials loadFrom(FabricCodePackageActivationContext codePackageActivationContext, String configPackageName, String fabricServiceReplicatorSecurityConfigSectionName)
|
|
uid: system.fabric.SecurityCredentials.loadFrom(FabricCodePackageActivationContext,String,String)
|
|
- fullName: system.fabric.SecurityCredentials.setCredentialType(CredentialType credentialType)
|
|
name: setCredentialType(CredentialType credentialType)
|
|
nameWithType: SecurityCredentials.setCredentialType(CredentialType credentialType)
|
|
parameters:
|
|
- description: <p>The type of security credentials to use in order to secure the cluster. </p>
|
|
name: credentialType
|
|
type: <xref href="system.fabric.CredentialType?alt=system.fabric.CredentialType&text=CredentialType" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Indicates the type of security credentials to use in order to secure the cluster.</p>
|
|
|
|
<p></p>
|
|
syntax: protected void setCredentialType(CredentialType credentialType)
|
|
uid: system.fabric.SecurityCredentials.setCredentialType(CredentialType)
|
|
nameWithType: SecurityCredentials
|
|
syntax: public class SecurityCredentials
|
|
type: class
|
|
uid: system.fabric.SecurityCredentials
|
|
fullName: system.fabric.SecurityCredentials
|
|
name: SecurityCredentials
|
|
package: system.fabric
|
|
summary: <p>An abstract base class for types that represent security credentials. </p>
|
|
metadata: {}
|