ApplicationServiceBase class abstract

Annotations
  • @GrpcServiceName.new('zitadel.application.v2.ApplicationService')

Constructors

ApplicationServiceBase()

Properties

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

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createApplication(ServiceCall call, CreateApplicationRequest request) Future<CreateApplicationResponse>
createApplication_Pre(ServiceCall $call, Future<CreateApplicationRequest> $request) Future<CreateApplicationResponse>
createApplicationKey(ServiceCall call, CreateApplicationKeyRequest request) Future<CreateApplicationKeyResponse>
createApplicationKey_Pre(ServiceCall $call, Future<CreateApplicationKeyRequest> $request) Future<CreateApplicationKeyResponse>
deactivateApplication(ServiceCall call, DeactivateApplicationRequest request) Future<DeactivateApplicationResponse>
deactivateApplication_Pre(ServiceCall $call, Future<DeactivateApplicationRequest> $request) Future<DeactivateApplicationResponse>
deleteApplication(ServiceCall call, DeleteApplicationRequest request) Future<DeleteApplicationResponse>
deleteApplication_Pre(ServiceCall $call, Future<DeleteApplicationRequest> $request) Future<DeleteApplicationResponse>
deleteApplicationKey(ServiceCall call, DeleteApplicationKeyRequest request) Future<DeleteApplicationKeyResponse>
deleteApplicationKey_Pre(ServiceCall $call, Future<DeleteApplicationKeyRequest> $request) Future<DeleteApplicationKeyResponse>
generateClientSecret(ServiceCall call, GenerateClientSecretRequest request) Future<GenerateClientSecretResponse>
generateClientSecret_Pre(ServiceCall $call, Future<GenerateClientSecretRequest> $request) Future<GenerateClientSecretResponse>
getApplication(ServiceCall call, GetApplicationRequest request) Future<GetApplicationResponse>
getApplication_Pre(ServiceCall $call, Future<GetApplicationRequest> $request) Future<GetApplicationResponse>
getApplicationKey(ServiceCall call, GetApplicationKeyRequest request) Future<GetApplicationKeyResponse>
getApplicationKey_Pre(ServiceCall $call, Future<GetApplicationKeyRequest> $request) Future<GetApplicationKeyResponse>
listApplicationKeys(ServiceCall call, ListApplicationKeysRequest request) Future<ListApplicationKeysResponse>
listApplicationKeys_Pre(ServiceCall $call, Future<ListApplicationKeysRequest> $request) Future<ListApplicationKeysResponse>
listApplications(ServiceCall call, ListApplicationsRequest request) Future<ListApplicationsResponse>
listApplications_Pre(ServiceCall $call, Future<ListApplicationsRequest> $request) Future<ListApplicationsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reactivateApplication(ServiceCall call, ReactivateApplicationRequest request) Future<ReactivateApplicationResponse>
reactivateApplication_Pre(ServiceCall $call, Future<ReactivateApplicationRequest> $request) Future<ReactivateApplicationResponse>
toString() String
A string representation of this object.
inherited
updateApplication(ServiceCall call, UpdateApplicationRequest request) Future<UpdateApplicationResponse>
updateApplication_Pre(ServiceCall $call, Future<UpdateApplicationRequest> $request) Future<UpdateApplicationResponse>

Operators

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