- com.microsoft.azure.sdk.iot.provisioning.service - package com.microsoft.azure.sdk.iot.provisioning.service
-
- com.microsoft.azure.sdk.iot.provisioning.service.auth - package com.microsoft.azure.sdk.iot.provisioning.service.auth
-
- com.microsoft.azure.sdk.iot.provisioning.service.configs - package com.microsoft.azure.sdk.iot.provisioning.service.configs
-
- com.microsoft.azure.sdk.iot.provisioning.service.contract - package com.microsoft.azure.sdk.iot.provisioning.service.contract
-
- com.microsoft.azure.sdk.iot.provisioning.service.exceptions - package com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
- com.microsoft.azure.sdk.iot.provisioning.service.transport.https - package com.microsoft.azure.sdk.iot.provisioning.service.transport.https
-
- ContractApiHttp - Class in com.microsoft.azure.sdk.iot.provisioning.service.contract
-
This client handles the Device Provisioning Service HTTP communication.
- ContractApiHttp(String, TokenCredential) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.contract.ContractApiHttp
-
Create a new instance of the ContractApiHttp with a custom TokenCredential
to allow for finer grain control
of authentication tokens used in the underlying connection.
- ContractApiHttp(String, AzureSasCredential) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.contract.ContractApiHttp
-
Create a new instance of the ContractApiHttp with the specifed AzureSasCredential
.
- createConnectionString(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningConnectionStringBuilder
-
Static constructor to create ProvisioningConnectionString deserialize the given string
- createConnectionString(String, AuthenticationMethod) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningConnectionStringBuilder
-
Static constructor to create ProvisioningConnectionString from host name and authentication method
- createEnrollmentGroupQuery(QuerySpecification) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Factory to create an enrollmentGroup query.
- createEnrollmentGroupQuery(QuerySpecification, int) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Factory to create an enrollmentGroup query.
- createEnrollmentGroupRegistrationStateQuery(QuerySpecification, String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Factory to create a registration status query.
- createEnrollmentGroupRegistrationStateQuery(QuerySpecification, String, int) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Factory to create a registration status query.
- createFromCAReferences(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
-
Factory with CAReferences with only primary reference.
- createFromCAReferences(String, String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
-
Factory with CAReferences with primary and secondary references.
- createFromClientCertificates(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
-
Factory with ClientCertificate with only primary certificate.
- createFromClientCertificates(String, String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
-
Factory with ClientCertificates with primary and secondary certificates.
- createFromConnectionString(ProvisioningConnectionString) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.contract.ContractApiHttp
-
Create a new instance of the ContractApiHttp.
- createFromConnectionString(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
- createFromRootCertificates(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
-
Factory with RootCertificates with only primary certificate.
- createFromRootCertificates(String, String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
-
Factory with RootCertificates with primary and secondary certificates.
- createIndividualEnrollmentQuery(QuerySpecification) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Factory to create a individualEnrollment query.
- createIndividualEnrollmentQuery(QuerySpecification, int) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Factory to create a individualEnrollment query.
- createOrUpdateEnrollmentGroup(EnrollmentGroup) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Create or update an enrollment group record.
- createOrUpdateIndividualEnrollment(IndividualEnrollment) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Create or update a individual Device Enrollment record.
- createSqlQuery() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecificationBuilder
-
Creates a new instance of the
QuerySpecification
using the provided clauses to make the sql query.
- CustomAllocationDefinition - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
-
- CustomAllocationDefinition() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.CustomAllocationDefinition
-
- getAccessToken() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.TokenCredentialCache
-
Get a valid AAD authentication token.
- getAttestation() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.AttestationMechanism
-
Getter for the Attestation.
- getAttestation() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentGroup
-
Getter for the attestation mechanism.
- getAttestation() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment
-
Getter for the attestation mechanism.
- getBody() - Method in interface com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpMessage
-
Gets the message body.
- getBody() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpResponse
-
Getter for the response body.
- getCAReferences() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
-
Getter for the caReferences.
- getClientCertificates() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
-
Getter for the clientCertificates.
- getContentType() - Method in interface com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpMessage
-
Gets the content type string.
- getDateTimeUtc(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
-
Helper to convert the provided string in a UTC Date.
- getDefaultErrorCode() - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ErrorMessageParser
-
- getDesiredProperty() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinState
-
Getter for the desired property.
- getDeviceRegistrationState(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Retrieve the registration status information.
- getEnrollmentGroup(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Retrieve the enrollmentGroup information.
- getEnrollmentGroupAttestationMechanism(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Get the attestation mechanism details for a given enrollment group
- getErrorReason() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpResponse
-
Getter for the error reason.
- getErrors() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperationResult
-
Getter for the bulk of errors.
- getHeaderField(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpResponse
-
Getter for a header field.
- getHeaderFields() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpResponse
-
Getter for the header fields.
- getIndividualEnrollment(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Retrieve the individualEnrollment information.
- getIndividualEnrollmentAttestationMechanism(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Get the attestation mechanism details for a given individual enrollment
- getJsonObjectValue(JsonObject) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
-
- getMigrateDeviceData() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ReprovisionPolicy
-
Getter for the migrateDeviceData flag.
- getPageSize() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.Query
-
Getter for the pageSize.
- getPrimaryX509CertificateInfo() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
-
Getter for the primary X509 certificate info.
- getRootCertificates() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
-
Getter for the rootCertificates.
- getSecondaryX509CertificateInfo() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
-
Getter for the secondary X509 certificate info.
- getServiceApiVersion() - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.contract.SDKUtils
-
Getter for the rest API version
- getStatus() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpResponse
-
Getter for the HTTPS status code.
- getSuccessful() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperationResult
-
Getter for the Bulk Operation successful.
- getTokenCredential() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.TokenCredentialCache
-
- getTokenString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.TokenCredentialCache
-
Get the access token string, including the Bearer prefix.
- getTwinMetadata() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
-
Getter for the TwinCollection metadata
- getTwinMetadata(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
-
Getter for the entry metadata in the TwinCollection.
- getUpdateHubAssignment() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ReprovisionPolicy
-
Getter for the updateHubAssignment flag.
- getUserString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningConnectionString
-
Serialize user string
- getUTCDateStringFromDate(Date) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
-
Convert from a date object back into a string representation
Expected format of returned string:
"2016-01-21T11:05:21"
- getValue() - Method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecificationBuilder.FromType
-
- getVersion() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
-
Getter for the version.
- groupBy(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecificationBuilder
-
Setter for the `groupBy` clause.
- ParserUtility - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
-
Set of static functions to help the serializer.
- ParserUtility() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
-
- populateWithAuthenticationProperties(ProvisioningConnectionString) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.AuthenticationMethod
-
Abstract helper function to populate IotHubConnectionString
class with
proper authentication properties
- PROVISIONING_PUBLIC_SCOPE - Static variable in class com.microsoft.azure.sdk.iot.provisioning.service.auth.TokenCredentialCache
-
- ProvisioningConnectionString - Class in com.microsoft.azure.sdk.iot.provisioning.service.auth
-
Expose all connections string properties and methods
for user, device and connection string serialization.
- ProvisioningConnectionStringBuilder - Class in com.microsoft.azure.sdk.iot.provisioning.service.auth
-
Provide static constructors to create ProvisioningConnectionString object
- ProvisioningConnectionStringBuilder() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningConnectionStringBuilder
-
- ProvisioningSasToken - Class in com.microsoft.azure.sdk.iot.provisioning.service.auth
-
Grants device access to an Provisioning for the specified amount of time.
- ProvisioningSasToken(ProvisioningConnectionString) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningSasToken
-
Constructor.
- ProvisioningServiceClient - Class in com.microsoft.azure.sdk.iot.provisioning.service
-
Device Provisioning Service Client.
- ProvisioningServiceClient(String, TokenCredential) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
Create a
ProvisioningServiceClient
instance with a custom
TokenCredential
to allow for finer grain control
of authentication tokens used in the underlying connection.
- ProvisioningServiceClient(String, AzureSasCredential) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
- ProvisioningServiceClient(String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
-
PRIVATE CONSTRUCTOR
Create a new instance of the DeviceProvisioningServiceClient
that exposes
the API to the Device Provisioning Service.
- ProvisioningServiceClientBadFormatException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
Create bad message format exception
- ProvisioningServiceClientBadFormatException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientBadFormatException
-
- ProvisioningServiceClientBadFormatException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientBadFormatException
-
- ProvisioningServiceClientBadUsageException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
This is the subset of the Device Provisioning Service exceptions for the exceptions related to usage error.
- ProvisioningServiceClientBadUsageException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientBadUsageException
-
- ProvisioningServiceClientBadUsageException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientBadUsageException
-
- ProvisioningServiceClientBadUsageException(String, Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientBadUsageException
-
- ProvisioningServiceClientBadUsageException(Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientBadUsageException
-
- ProvisioningServiceClientException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
Super class for the Device Provisioning Service exceptions on the Service Client.
- ProvisioningServiceClientException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientException
-
- ProvisioningServiceClientException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientException
-
- ProvisioningServiceClientException(String, Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientException
-
- ProvisioningServiceClientException(Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientException
-
- ProvisioningServiceClientExceptionManager - Class in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
Provide static function to verify the Device Provisioning Service results and throw appropriate exception.
- ProvisioningServiceClientExceptionManager() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientExceptionManager
-
- ProvisioningServiceClientInternalServerErrorException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
Create internal server error exception
- ProvisioningServiceClientInternalServerErrorException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientInternalServerErrorException
-
- ProvisioningServiceClientInternalServerErrorException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientInternalServerErrorException
-
- ProvisioningServiceClientNotFoundException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
Create Device Provisioning Service not found exception
- ProvisioningServiceClientNotFoundException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientNotFoundException
-
- ProvisioningServiceClientNotFoundException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientNotFoundException
-
- ProvisioningServiceClientPreconditionFailedException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
Create precondition failed exception
- ProvisioningServiceClientPreconditionFailedException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientPreconditionFailedException
-
- ProvisioningServiceClientPreconditionFailedException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientPreconditionFailedException
-
- ProvisioningServiceClientServiceException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
This is the subset of the Device Provisioning Service exceptions for the exceptions reported by the Service.
- ProvisioningServiceClientServiceException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientServiceException
-
- ProvisioningServiceClientServiceException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientServiceException
-
- ProvisioningServiceClientServiceException(String, Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientServiceException
-
- ProvisioningServiceClientServiceException(Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientServiceException
-
- ProvisioningServiceClientTooManyRequestsException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
Create too many requests exception
- ProvisioningServiceClientTooManyRequestsException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTooManyRequestsException
-
- ProvisioningServiceClientTooManyRequestsException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTooManyRequestsException
-
- ProvisioningServiceClientTransientException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
This is the subset of the Device Provisioning Service exceptions for the exceptions related a temporary service issue.
- ProvisioningServiceClientTransientException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransientException
-
- ProvisioningServiceClientTransientException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransientException
-
- ProvisioningServiceClientTransientException(String, Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransientException
-
- ProvisioningServiceClientTransientException(Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransientException
-
- ProvisioningServiceClientTransportException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
Create transport exception
- ProvisioningServiceClientTransportException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransportException
-
- ProvisioningServiceClientTransportException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransportException
-
- ProvisioningServiceClientTransportException(String, Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransportException
-
- ProvisioningServiceClientTransportException(Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransportException
-
- ProvisioningServiceClientUnathorizedException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
Create unauthorized exception
- ProvisioningServiceClientUnathorizedException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientUnathorizedException
-
- ProvisioningServiceClientUnathorizedException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientUnathorizedException
-
- ProvisioningServiceClientUnknownException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
-
This is the subset of the Device Provisioning Service exceptions for the unknown issues.
- ProvisioningServiceClientUnknownException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientUnknownException
-
- ProvisioningServiceClientUnknownException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientUnknownException
-
- ProvisioningServiceClientUnknownException(String, Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientUnknownException
-
- ProvisioningServiceClientUnknownException(Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientUnknownException
-
- ProvisioningStatus - Enum in com.microsoft.azure.sdk.iot.provisioning.service.configs
-
The Device Provisioning Service provisioning status.
- put(String, Object) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
-
Add a single new entry in the TwinCollection.
- putAll(Map<? extends String, ?>) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
-
Add all information in the provided Map to the TwinCollection.
- SDKUtils - Class in com.microsoft.azure.sdk.iot.provisioning.service.contract
-
Contains the SDK name and version information.
- SDKUtils() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.contract.SDKUtils
-
- send() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpRequest
-
Executes the HTTPS request.
- Serializable - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
-
Abstract class with the parser for the provisioning configurations.
- Serializable() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.Serializable
-
- setAttestation(AttestationMechanism) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentGroup
-
Setter for the attestation.
- setAttestation(Attestation) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentGroup
-
Setter for the attestation.
- setAttestation(AttestationMechanism) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment
-
Setter for the attestation.
- setAttestation(Attestation) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment
-
Setter for the attestation.
- setHeaderField(String, String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpRequest
-
Sets the header field to the given value.
- setIotEdge(Boolean) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.DeviceCapabilities
-
Setter for iotEdge Boolean
- setMigrateDeviceData(boolean) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ReprovisionPolicy
-
When set to true (default), the Device Provisioning Service will migrate the device's data (twin, device capabilities, and device ID)
from one IoT hub to another during an IoT hub assignment update.
- setPageSize(int) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.Query
-
Setter for the pageSize.
- setReadTimeoutMillis(int) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpRequest
-
Sets the read timeout, in milliseconds, for the request.
- setSSLContext(SSLContext) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpRequest
-
- setUpdateHubAssignment(boolean) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ReprovisionPolicy
-
When set to true (default), the Device Provisioning Service will evaluate the device's IoT Hub assignment
and update it if necessary for any provisioning requests beyond the first from a given device.
- stringToDateTimeOffset(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
-
Helper to convert the provided string in a offset Date.
- SymmetricKeyAttestation - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
-
Representation of a single Device Provisioning Service Symmetric Key Attestation.
- SymmetricKeyAttestation(String, String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.SymmetricKeyAttestation
-
CONSTRUCTOR
- SymmetricKeyAttestation(SymmetricKeyAttestation) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.SymmetricKeyAttestation
-
CONSTRUCTOR (COPY)
- toJson(BulkOperationMode, Collection<IndividualEnrollment>) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperation
-
Serializer
- toJson() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.Serializable
-
Serializer
- toJsonElement(BulkOperationMode, Collection<IndividualEnrollment>) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperation
-
Serializer
- toJsonElement() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentGroup
-
Serializer
- toJsonElement() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment
-
Serializer
- toJsonElement() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecification
-
Serializer
- toJsonElement() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.Serializable
-
- toJsonElement() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
-
Serializer
- TokenCredentialCache - Class in com.microsoft.azure.sdk.iot.provisioning.service.auth
-
This class generates AAD authentication tokens from a TokenCredential but caches previous tokens when they aren't near
expiry.
- TokenCredentialCache(TokenCredential) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.auth.TokenCredentialCache
-
Construct a new TokenCredentialCache instance.
- Tools - Class in com.microsoft.azure.sdk.iot.provisioning.service
-
Collection of static helper functions
- Tools() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.Tools
-
- toString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningConnectionString
-
Serialize connection string
- toString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningSasToken
-
Returns the string representation of the SAS token.
- toString(BulkOperationMode, Collection<IndividualEnrollment>) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperation
-
Convert the class in a pretty print string.
- toString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperationResult
-
Creates a pretty print JSON with the content of this class and subclasses.
- toString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.QueryResult
-
Creates a pretty print JSON with the content of this class and subclasses.
- toString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.Serializable
-
Creates a pretty print JSON with the content of the child class and subclasses.
- toString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinState
-
Creates a pretty print JSON with the content of this class and subclasses.
- TpmAttestation - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
-
Representation of a single Device Provisioning Service TPM Attestation.
- TpmAttestation(String, String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.TpmAttestation
-
CONSTRUCTOR
- TpmAttestation(String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.TpmAttestation
-
CONSTRUCTOR
- TpmAttestation(TpmAttestation) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.TpmAttestation
-
CONSTRUCTOR (COPY)
- TwinCollection - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
-
Representation of a single Twin collection for Provisioning.
- TwinCollection() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
-
Constructor
- TwinCollection(Map<? extends String, Object>) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
-
Constructor
- TwinMetadata - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
-
Representation of a single Twin metadata for the Device Provisioning Service.
- TwinProperties - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
-
Representation of a single Twin Properties for the Device Provisioning Service.
- TwinState - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
-
Representation of a single Twin initial state for the Device Provisioning Service.
- TwinState(TwinCollection, TwinCollection) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinState
-
CONSTRUCTOR
- validateBlobName(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
-
Helper to validate if the provided blob name is not null, empty, and valid.
- validateMap(Map<String, Object>) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
-
Helper to validate if the provided map in terms of maximum
levels and optionally if the keys ar not metadata.
- validateObject(Object) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
-
Helper to validate if the provided object is not null.
- validateQuery(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
-
Validates if query contains select and from keywords and also if it is a valid utf-8 string
- validateStringUTF8(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
-
Helper to validate if the provided string is not null, empty, and all characters are UTF-8.
- valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.AllocationPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.AttestationMechanismType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkOperationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.ProvisioningStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.QueryResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecificationBuilder.FromType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.AllocationPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.AttestationMechanismType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkOperationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.ProvisioningStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.QueryResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecificationBuilder.FromType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.