LicenseValidation class
Constructors
- LicenseValidation(LcpAuthenticating? authentication, bool allowUserInteraction, dynamic sender, CrlService crl, DeviceService device, NetworkService network, PassphrasesService passphrases, LcpClient lcpClient, void onLicenseValidated(LicenseDocument))
Properties
- allowUserInteraction → bool
-
final
- authentication → LcpAuthenticating?
-
final
- crl → CrlService
-
final
- device → DeviceService
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isProduction ↔ bool
-
getter/setter pair
- lcpClient → LcpClient
-
final
- network → NetworkService
-
final
-
observers
↔ List<
Product2< Observer, ObserverPolicy> > -
getter/setter pair
- onLicenseValidated → void Function(LicenseDocument)
-
final
- passphrases → PassphrasesService
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sender → dynamic
-
final
- state ↔ LVState
-
getter/setter pair
-
stateMachine
↔ StateMachine<
LVState, LVEvent, dynamic> -
getter/setter pair
Methods
-
init(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
observe(
LicenseValidation licenseValidation, Observer observer, {ObserverPolicy policy = ObserverPolicy.always}) → void -
toString(
) → String -
A string representation of this object.
inherited
-
validate(
LicenseValidationDocument document, Observer completion) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
supportedProfiles
→ const List<
String>