Authing DocsDocuments
Concept
workflow
Guides
Development Integration
Application integration
Concept
workflow
Guides
Development Integration
Application integration
Old Version
Development Integration
  • Single Sign-On (SSO)
  • Login component

  • JavaScript/Node.js

  • Java / Kotlin

    • User Authentication Module

    • Management Module

      • Management user
      • Management application
      • Management role
      • Management resources and permissions
      • Management groups
      • Management organization
      • Management User Custom Fields
      • Management registration white list
      • Management user pool configuration
      • Management log statistics
  • Python

  • C#

  • PHP

  • Go

  • Ruby
  • Android

  • iOS

  • Flutter

  • React Native
  • WeChat Mini Program
  • WeChat webpage authorization
  • Framework Integration
  • Error code
  1. Development Integration
  2. /
  3. Java / Kotlin
  4. /
  5. Management Module
  6. /
  7. Management application

¶ ApplicationManagementClient

Update Time: 2025-02-18 09:00:47
Edit

A Authing user pool can create multiple applications. This client is used to manage Authing applications. It can obtain application lists, view application details and perform other operations.

¶ Get application list

ApplicationManagementClient().listApplications()

Get the application list of user pool.

¶ Sample

List<Application> result = applicationManagementClient.listApplications().execute();

¶ Get application details

ApplicationManagementClient().detail(appId)

Get application details

¶ Parameter:

  • appId <string> Application ID

¶ Sample

Application application = applicationManagementClient.detail(appId).execute();
Prev: Management user Next: Management role
  • Get application list
  • Get application details

User identity management

Integrated third-party login
Mobile phone number flash check (opens new window)
Universal login form component
Custom authentication process

Enterprise internal management

Single Sign On
Multi-factor Authentication
Authority Management

Developers

Development Document
Framework Integration
Blog (opens new window)
GitHub (opens new window)
Community User Center (opens new window)

Company

400 888 2106
sales@authing.cn
16 / F, Block B, NORTH STAR CENTURY CENTER, Beijing(Total)
room 406, 4th floor, zone B, building 1, No. 200, Tianfu Fifth Street, Chengdu(branch)

Beijing ICP No.19051205-1

© Beijing Steamory Technology Co.