Authentication Class

  • java.lang.Object
    • com.azure.resourcemanager.databoxedge.models.Authentication

public final class Authentication

Authentication mechanism for IoT devices.

Constructor Summary

Constructor Description
Authentication()

Creates an instance of Authentication class.

Method Summary

Modifier and Type Method and Description
SymmetricKey symmetricKey()

Get the symmetricKey property: Symmetric key for authentication.

void validate()

Validates the instance.

Authentication withSymmetricKey(SymmetricKey symmetricKey)

Set the symmetricKey property: Symmetric key for authentication.

Methods inherited from java.lang.Object

Constructor Details

Authentication

public Authentication()

Creates an instance of Authentication class.

Method Details

symmetricKey

public SymmetricKey symmetricKey()

Get the symmetricKey property: Symmetric key for authentication.

Returns:

the symmetricKey value.

validate

public void validate()

Validates the instance.

withSymmetricKey

public Authentication withSymmetricKey(SymmetricKey symmetricKey)

Set the symmetricKey property: Symmetric key for authentication.

Parameters:

symmetricKey - the symmetricKey value to set.

Returns:

the Authentication object itself.

Applies to