AdminServiceBase class

Inheritance

Constructors

AdminServiceBase()

Properties

$name String
read-onlyoverride
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) ServiceMethod
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createConnection(ServiceCall call, CreateConnectionRequest request) Future<CreateConnectionResponse>
createConnection_Pre(ServiceCall call, Future<CreateConnectionRequest> request) Future<CreateConnectionResponse>
createIdentity(ServiceCall call, CreateIdentityRequest request) Future<CreateIdentityResponse>
createIdentity_Pre(ServiceCall call, Future<CreateIdentityRequest> request) Future<CreateIdentityResponse>
createIdSchema(ServiceCall call, CreateIdSchemaRequest request) Future<CreateIdSchemaResponse>
createIdSchema_Pre(ServiceCall call, Future<CreateIdSchemaRequest> request) Future<CreateIdSchemaResponse>
createOAuth2Client(ServiceCall call, CreateOAuth2ClientRequest request) Future<CreateOAuth2ClientResponse>
createOAuth2Client_Pre(ServiceCall call, Future<CreateOAuth2ClientRequest> request) Future<CreateOAuth2ClientResponse>
deleteConnection(ServiceCall call, DeleteConnectionRequest request) Future<DeleteConnectionResponse>
deleteConnection_Pre(ServiceCall call, Future<DeleteConnectionRequest> request) Future<DeleteConnectionResponse>
deleteIdentity(ServiceCall call, DeleteIdentityRequest request) Future<DeleteIdentityResponse>
deleteIdentity_Pre(ServiceCall call, Future<DeleteIdentityRequest> request) Future<DeleteIdentityResponse>
deleteIdSchema(ServiceCall call, DeleteIdSchemaRequest request) Future<DeleteIdSchemaResponse>
deleteIdSchema_Pre(ServiceCall call, Future<DeleteIdSchemaRequest> request) Future<DeleteIdSchemaResponse>
deleteOAuth2Client(ServiceCall call, DeleteOAuth2ClientRequest request) Future<DeleteOAuth2ClientResponse>
deleteOAuth2Client_Pre(ServiceCall call, Future<DeleteOAuth2ClientRequest> request) Future<DeleteOAuth2ClientResponse>
getAddress(ServiceCall call, GetAddressRequest request) Future<GetAddressResponse>
getAddress_Pre(ServiceCall call, Future<GetAddressRequest> request) Future<GetAddressResponse>
getAddresses(ServiceCall call, GetAddressesRequest request) Future<GetAddressesResponse>
getAddresses_Pre(ServiceCall call, Future<GetAddressesRequest> request) Future<GetAddressesResponse>
getConnections(ServiceCall call, GetConnectionsRequest request) Future<GetConnectionsResponse>
getConnections_Pre(ServiceCall call, Future<GetConnectionsRequest> request) Future<GetConnectionsResponse>
getCredentials(ServiceCall call, GetCredentialsRequest request) Future<GetCredentialsResponse>
getCredentials_Pre(ServiceCall call, Future<GetCredentialsRequest> request) Future<GetCredentialsResponse>
getDefaultIdSchema(ServiceCall call, GetDefaultIdSchemaRequest request) Future<GetDefaultIdSchemaResponse>
getDefaultIdSchema_Pre(ServiceCall call, Future<GetDefaultIdSchemaRequest> request) Future<GetDefaultIdSchemaResponse>
getEmailsSetup(ServiceCall call, GetEmailsSetupRequest request) Future<GetEmailsSetupResponse>
getEmailsSetup_Pre(ServiceCall call, Future<GetEmailsSetupRequest> request) Future<GetEmailsSetupResponse>
getIdentities(ServiceCall call, GetIdentitiesRequest request) Future<GetIdentitiesResponse>
getIdentities_Pre(ServiceCall call, Future<GetIdentitiesRequest> request) Future<GetIdentitiesResponse>
getIdentitiesByAttribute(ServiceCall call, GetIdentitiesByAttributeRequest request) Future<GetIdentitiesByAttributeResponse>
getIdentitiesByAttribute_Pre(ServiceCall call, Future<GetIdentitiesByAttributeRequest> request) Future<GetIdentitiesByAttributeResponse>
getIdentity(ServiceCall call, GetIdentityRequest request) Future<GetIdentityResponse>
getIdentity_Pre(ServiceCall call, Future<GetIdentityRequest> request) Future<GetIdentityResponse>
getIdentityLoginAttempts(ServiceCall call, GetIdentityLoginAttemptsRequest request) Future<GetIdentityLoginAttemptsResponse>
getIdentityLoginAttempts_Pre(ServiceCall call, Future<GetIdentityLoginAttemptsRequest> request) Future<GetIdentityLoginAttemptsResponse>
getIdSchema(ServiceCall call, GetIdSchemaRequest request) Future<GetIdSchemaResponse>
getIdSchema_Pre(ServiceCall call, Future<GetIdSchemaRequest> request) Future<GetIdSchemaResponse>
getIdSchemas(ServiceCall call, GetIdSchemasRequest request) Future<GetIdSchemasResponse>
getIdSchemas_Pre(ServiceCall call, Future<GetIdSchemasRequest> request) Future<GetIdSchemasResponse>
getOAuth2Clients(ServiceCall call, GetOAuth2ClientsRequest request) Future<GetOAuth2ClientsResponse>
getOAuth2Clients_Pre(ServiceCall call, Future<GetOAuth2ClientsRequest> request) Future<GetOAuth2ClientsResponse>
getTraits(ServiceCall call, GetTraitsRequest request) Future<GetTraitsResponse>
getTraits_Pre(ServiceCall call, Future<GetTraitsRequest> request) Future<GetTraitsResponse>
getUserBaseStatistics(ServiceCall call, GetUserBaseStatisticsRequest request) Future<GetUserBaseStatisticsResponse>
getUserBaseStatistics_Pre(ServiceCall call, Future<GetUserBaseStatisticsRequest> request) Future<GetUserBaseStatisticsResponse>
markDefaultIdSchema(ServiceCall call, MarkDefaultIdSchemaRequest request) Future<MarkDefaultIdSchemaResponse>
markDefaultIdSchema_Pre(ServiceCall call, Future<MarkDefaultIdSchemaRequest> request) Future<MarkDefaultIdSchemaResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateAddress(ServiceCall call, UpdateAddressRequest request) Future<UpdateAddressResponse>
updateAddress_Pre(ServiceCall call, Future<UpdateAddressRequest> request) Future<UpdateAddressResponse>
updateConnection(ServiceCall call, UpdateConnectionRequest request) Future<UpdateConnectionResponse>
updateConnection_Pre(ServiceCall call, Future<UpdateConnectionRequest> request) Future<UpdateConnectionResponse>
updateCredential(ServiceCall call, UpdateCredentialRequest request) Future<UpdateCredentialResponse>
updateCredential_Pre(ServiceCall call, Future<UpdateCredentialRequest> request) Future<UpdateCredentialResponse>
updateEmailsSetup(ServiceCall call, UpdateEmailsSetupRequest request) Future<UpdateEmailsSetupResponse>
updateEmailsSetup_Pre(ServiceCall call, Future<UpdateEmailsSetupRequest> request) Future<UpdateEmailsSetupResponse>
updateIdentity(ServiceCall call, UpdateIdentityRequest request) Future<UpdateIdentityResponse>
updateIdentity_Pre(ServiceCall call, Future<UpdateIdentityRequest> request) Future<UpdateIdentityResponse>
updateIdSchema(ServiceCall call, UpdateIdSchemaRequest request) Future<UpdateIdSchemaResponse>
updateIdSchema_Pre(ServiceCall call, Future<UpdateIdSchemaRequest> request) Future<UpdateIdSchemaResponse>
updateOAuth2Client(ServiceCall call, UpdateOAuth2ClientRequest request) Future<UpdateOAuth2ClientResponse>
updateOAuth2Client_Pre(ServiceCall call, Future<UpdateOAuth2ClientRequest> request) Future<UpdateOAuth2ClientResponse>
updateTraits(ServiceCall call, UpdateTraitsRequest request) Future<UpdateTraitsResponse>
updateTraits_Pre(ServiceCall call, Future<UpdateTraitsRequest> request) Future<UpdateTraitsResponse>

Operators

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