CarpAuthBaseService class abstract

An abstract base service class for all CARP Services:

  • CarpService
  • DeploymentService
  • ProtocolService
  • ParticipationService
Implementers

Constructors

CarpAuthBaseService()

Properties

authProperties CarpAuthProperties?
The CARP app associated with the CARP Web Service. Returns null if this service has not yet been configured via the configure method.
no setter
currentUser CarpUser?
Gets the current user. Returns null if no user is authenticated.
no setter
hashCode int
The hash code for this object.
no setterinherited
isConfigured bool
Has this service been configured?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configure(CarpAuthProperties authProperties) → void
Configure the this instance of a Carp Service.
configureFrom(CarpAuthBaseService service) → void
Configure from another service which has already been configured and potentially authenticated.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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