Table of Contents |
---|
Usages
Thai |
---|
ตามธรรมเนียม |
To provide the ability to integrate users from external system. E.g. Active Directory or LDAP
Thai เพื่อให้สามารถในการ integrate ผู้ใช้จากระบบภายนอก เช่น. Active Directory หรือ LDAP
Directory Manager Plugin can be used in Settings - Directory Manager.
Thai ปลั๊กอินตัวจัดการไดเรกทอรีสามารถใช้ใน Settings - Directory Manager.
A useable Directory Manager plugin must extends org.joget.directory.model.service.DefaultDirectoryManagerPlugin abstract class.
Thai ปลั๊กอินตัวจัดการไดเรกทอรีที่ใช้งานได้จะต้องขยาย org.joget.directory.model.service.DefaultDirectoryManagerPlugin ระดับนามธรรม
Abstract Class
Thai |
---|
ชั้นนามธรรม |
org.joget.directory.model.service.DefaultDirectoryManagerPlugin
Under wflow-directory module
Thai ภายใต้โมดูลไดเรกทอรี wflow
Extended org.joget.plugin.base.ExtDefaultPlugin. Please refer to Plugin Base Abstract Class and Interface.
Thai ขยาย org.joget.plugin.base.ExtDefaultPlugin โปรดอ้างอิงถึง Plugin Base Abstract Class and Interface
Implemented org.joget.plugin.property.model.PropertyEditable. Please refer to Plugin Base Abstract Class and Interface.
Implemented orgThai
. Please refer to Plugin Base Abstract Class and Interface.ดำเนินการ org.joget.plugin.property.model.PropertyEditable
โปรดอ้างอิงถึงระดับฐานปลั๊กอินและอินเตอร์เฟส
A base abstract class to develop a Directory Manager Plugin
Thai คลาสนามธรรมพื้นฐานเพื่อพัฒนาปลั๊กอินตัวจัดการไดเรกทอรี
Method Detail
Thai |
---|
รายละเอียดวิธีการ |
Abstract Methods
Thai |
---|
วิธีการเชิงนามธรรม |
authenticate
Thai |
---|
ทำให้น่าเชื่อถือ,ความถูกต้อง |
public boolean authenticate(java.lang.String username, java.lang.String password)
Method called to authenticate a particular User against the directory
Thai |
---|
วิธีการที่เรียกว่าตรวจสอบผู้ใช้เฉพาะกับไดเรกทอรี |
getDepartmentById
public org.joget.directory.model.Department getDepartmentById(java.lang.String departmentId)
Method called to retrieve a specific Department by Department Id
Thai |
---|
วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกเฉพาะตามรหัสแผนก |
getDepartmentByName
public org.joget.directory.model.Department getDepartmentByName(java.lang.String name)
Method called to retrieve a specific Department by Department Name
Thai |
---|
วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกเฉพาะโดยชื่อแผนก |
getDepartmentHod
public org.joget.directory.model.User getDepartmentHod(java.lang.String departmentId)
Method called to return a specific HOD for a Department
Thai |
---|
วิธีการที่เรียกใช้เพื่อส่งคืน HOD ที่เจาะจงสำหรับแผนก |
getDepartmentList
public java.util.Collection<org.joget.directory.model.Department> getDepartmentList()
Generic method called to retrieve all Departments within the directory
Thai |
---|
วิธีการทั่วไปเพื่อดึงหน่วยงานทั้งหมดภายในไดเรกทอรี |
getDepartmentList
public java.util.Collection<org.joget.directory.model.Department> getDepartmentList(java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)
Method called to retrieve all Departments within the directory filtered by search parameters
Thai |
---|
วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกทั้งหมดภายในไดเรกทอรีที่กรองโดยพารามิเตอร์การค้นหา |
getDepartmentListByOrganization
...
Method called to retrieve all Departments within a specific Organization filtered by search parameters
Thai |
---|
วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกทั้งหมดภายในองค์กรเฉพาะที่กรองโดยพารามิเตอร์การค้นหา |
getDepartmentsByOrganizationId
...
Related Community Plugins
- Not Available
...