AtEnrollmentImpl class

A concrete implementation of AtEnrollmentBase for managing enrollments.

This class provides functionality to submit and manage enrollment requests.

Implemented types

Constructors

AtEnrollmentImpl(String _atSign)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createEnrollVerbBuilder(AtEnrollmentRequest request, {AtPkamKeyPair? atPkamKeyPair, String? encryptedApkamSymmetricKey}) → EnrollVerbBuilder
Creates a verb builder instance based on the request type
manageEnrollmentApproval(AtEnrollmentRequest atEnrollmentRequest, AtLookUp atLookUp) Future<AtEnrollmentResponse>
Manages the approval/denial of an enrollment request.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitEnrollment(AtEnrollmentRequest atEnrollmentRequest, AtLookUp atLookUp) Future<AtEnrollmentResponse>
Submits an enrollment request.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited