SecurityCredentials Class

Definition

  • java.lang.Object
    • system.fabric.SecurityCredentials

An abstract base class for types that represent security credentials.

public class SecurityCredentials

Methods

getCredentialType()

Indicates the type of security credentials to use in order to secure the cluster.

loadFrom(FabricCodePackageActivationContext codePackageActivationContext, String configPackageName, String fabricServiceReplicatorSecurityConfigSectionName)

Instantiate SecurityCredentials object from service configuration settings file. Not yet implemented.

setCredentialType(CredentialType credentialType)

Indicates the type of security credentials to use in order to secure the cluster.

Applies to