Usages

ตามธรรมเนียม


Abstract Class

ชั้นนามธรรม


org.joget.directory.model.service.DefaultDirectoryManagerPlugin

Method Detail

รายละเอียดวิธีการ


Abstract Methods
วิธีการเชิงนามธรรม
authenticate
ทำให้น่าเชื่อถือ,ความถูกต้อง
public boolean authenticate(java.lang.String username, java.lang.String password)

Method called to authenticate a particular User against the directory

วิธีการที่เรียกว่าตรวจสอบผู้ใช้เฉพาะกับไดเรกทอรี

getDepartmentById
public org.joget.directory.model.Department getDepartmentById(java.lang.String departmentId)

Method called to retrieve a specific Department by Department Id

วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกเฉพาะตามรหัสแผนก

getDepartmentByName
public org.joget.directory.model.Department getDepartmentByName(java.lang.String name)

Method called to retrieve a specific Department by Department Name

วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกเฉพาะโดยชื่อแผนก

getDepartmentHod
public org.joget.directory.model.User getDepartmentHod(java.lang.String departmentId)

Method called to return a specific HOD for a Department

วิธีการที่เรียกใช้เพื่อส่งคืน HOD ที่เจาะจงสำหรับแผนก

getDepartmentList
public java.util.Collection<org.joget.directory.model.Department> getDepartmentList()

Generic method called to retrieve all Departments within the directory

วิธีการทั่วไปเพื่อดึงหน่วยงานทั้งหมดภายในไดเรกทอรี

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

วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกทั้งหมดภายในไดเรกทอรีที่กรองโดยพารามิเตอร์การค้นหา

getDepartmentListByOrganization
public java.util.Collection<org.joget.directory.model.Department> getDepartmentListByOrganization(java.lang.String organizationId, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)

Method called to retrieve all Departments within a specific Organization filtered by search parameters

วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกทั้งหมดภายในองค์กรเฉพาะที่กรองโดยพารามิเตอร์การค้นหา

getDepartmentsByOrganizationId
public java.util.Collection<org.joget.directory.model.Department> getDepartmentsByOrganizationId(java.lang.String filterString, java.lang.String organizationId, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)

Method called to retrieve all Departments within a specific Organization filtered by search parameters

วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกทั้งหมดภายในองค์กรเฉพาะที่กรองโดยพารามิเตอร์การค้นหา

getDepartmentsByParentId
public java.util.Collection<org.joget.directory.model.Department> getDepartmentsByParentId(java.lang.String filterString, java.lang.String parentId, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)

Method called to retrieve all sub Department within a specific Department filtered by search parameters

วิธีการที่เรียกใช้เพื่อเรียกแผนกย่อยทั้งหมดภายในแผนกเฉพาะที่กรองโดยพารามิเตอร์การค้นหา

getDepartmentUserByGradeId
public java.util.Collection<org.joget.directory.model.User> getDepartmentUserByGradeId(java.lang.String departmentId, java.lang.String gradeId)

Method called to retrieve a listing of Users which belongs to a specified Department and Grade

วิธีการที่เรียกใช้เพื่อดึงรายการของผู้ใช้ซึ่งเป็นของแผนกและเกรดที่ระบุ

getParentDepartment
public org.joget.directory.model.Department getParentDepartment(java.lang.String id)

Method called to retrieve a parent Department of a Department

วิธีการที่เรียกดึงผู้ปกครองแผนกของกรม

getParentDepartmentByName
public org.joget.directory.model.Department getParentDepartmentByName(java.lang.String name)

Method called to retrieve a parent Department of a Department by Department Name

วิธีการที่เรียกใช้เพื่อเรียกข้อมูลแม่ของแผนกตามชื่อแผนก

getTotalDepartments
public java.lang.Long getTotalDepartments(java.lang.String organizationId)

Method called to retrieve the number of Departments within the directory

วิธีการที่เรียกใช้เพื่อดึงข้อมูลจำนวนแผนกภายในไดเรกทอรี

getTotalDepartmentnsByOrganizationId
public java.lang.Long getTotalDepartmentnsByOrganizationId(java.lang.String filterString, java.lang.String organizationId)

Method called to retrieve the number of Departments within a specific Organization filtered by search parameters

วิธีการที่เรียกใช้เพื่อเรียกข้อมูลจำนวนแผนกภายในองค์กรเฉพาะที่กรองโดยพารามิเตอร์การค้นหา

getTotalDepartmentsByParentId
public java.lang.Long getTotalDepartmentsByParentId(java.lang.String filterString, java.lang.String parentId)

Method called to retrieve the number of sub Departments within a specific Department 

วิธีการที่เรียกใช้เพื่อเรียกข้อมูลจำนวนแผนกย่อยภายในแผนกที่ระบุ

getEmployment
public org.joget.directory.model.Employment getEmployment(java.lang.String id)

Method called to retrieve a specific Employment info 

วิธีการที่เรียกว่าเพื่อดึงข้อมูลการจ้างงานที่เฉพาะเจาะจง

getEmployments
public java.util.Collection<org.joget.directory.model.Employment> getEmployments(java.lang.String filterString, java.lang.String organizationId, java.lang.String departmentId, java.lang.String gradeId, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)

Method called to retrieve the users' employment info within the directory filtered by search parameters

วิธีการเรียกใช้เพื่อดึงข้อมูลการจ้างงานของผู้ใช้ภายในไดเรกทอรีที่กรองโดยพารามิเตอร์การค้นหา

getTotalEmployments
public java.lang.Long getTotalEmployments(java.lang.String filterString, java.lang.String organizationId, java.lang.String departmentId, java.lang.String gradeId)

Method called to retrieve the number of users' employment info within the directory

วิธีการที่เรียกใช้เพื่อดึงข้อมูลจำนวนการจ้างงานของผู้ใช้ภายในไดเรกทอรี

getGradeById
public org.joget.directory.model.Grade getGradeById(java.lang.String gradeId)

Method called to retrieve a specific Grade by Grade id

วิธีการที่เรียกดึงเกรดเฉพาะโดยรหัสเกรด

getGradeByName
public org.joget.directory.model.Grade getGradeByName(java.lang.String name)

Method called to retrieve a specific Grade by Grade Name

วิธีการที่เรียกดึงเกรดเฉพาะโดยชื่อเกรด

getGradeList
public java.util.Collection<org.joget.directory.model.Grade> getGradeList()

Generic method called to retrieve all Grades within the directory

วิธีการทั่วไปที่เรียกเพื่อดึงเกรดทั้งหมดภายในไดเรกทอรี

getGradesByOrganizationId
public java.util.Collection<org.joget.directory.model.Grade> getGradesByOrganizationId(java.lang.String filterString, java.lang.String organizationId, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)

Method called to retrieve all Grades within a specific Organization filtered by search parameters

วิธีการที่เรียกใช้เพื่อเรียกคืนเกรดทั้งหมดภายในองค์กรเฉพาะที่กรองโดยพารามิเตอร์การค้นหา

getTotalGradesByOrganizationId
public java.lang.Long getTotalGradesByOrganizationId(java.lang.String filterString, java.lang.String organizationId)

Method called to retrieve the number of Grades within a specific Organization filtered by search parameters

วิธีการที่เรียกใช้เพื่อดึงจำนวนเกรดภายในองค์กรที่เจาะจงที่กรองโดยพารามิเตอร์การค้นหา

getGroupById
public org.joget.directory.model.Group getGroupById(java.lang.String groupId)

Method called to retrieve a specific Group by id

วิธีการที่เรียกดึงกลุ่มเฉพาะโดย id

getGroupByName
public org.joget.directory.model.Group getGroupByName(java.lang.String groupName)

Method called to retrieve a specific Group by name

วิธีการที่เรียกว่าดึงกลุ่มเฉพาะตามชื่อ

getGroupsByUserId
public java.util.Collection<org.joget.directory.model.Group> getGroupsByUserId(java.lang.String filterString, java.lang.String userId, java.lang.String organizationId, java.lang.Boolean inGroup, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)

Method called to retrieve a collection of Group in/not in which a user belongs to and filtered by search parameters

วิธีการที่เรียกใช้เพื่อดึงกลุ่ม / ผู้ใช้อยู่และกรองโดยพารามิเตอร์การค้นหา

getGroupByUsername
public java.util.Collection<org.joget.directory.model.Group> getGroupByUsername(java.lang.String username)

Method called to retrieve a collection of Group in which a user belongs to

วิธีการที่เรียกใช้เพื่อดึงกลุ่มที่ผู้ใช้อยู่

getGroupList
public java.util.Collection<org.joget.directory.model.Group> getGroupList()

Generic method called to retrieve the entire Group listing within the directory

วิธีการทั่วไปเรียกเพื่อดึงรายชื่อกลุ่มทั้งหมดภายในไดเรกทอรี

getGroupList
public java.util.Collection<org.joget.directory.model.Group> getGroupList(java.lang.String nameFilter, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)

Method called to retrieve the entire Group listing within the directory filtered by search parameters

วิธีการที่เรียกใช้เพื่อดึงรายการกลุ่มทั้งหมดภายในไดเรกทอรีที่กรองโดยพารามิเตอร์การค้นหา

getGroupsByOrganizationId
public java.util.Collection<org.joget.directory.model.Group> getGroupsByOrganizationId(java.lang.String filterString, java.lang.String organizationId, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)

Method called to retrieve all groups within a specific Organization filtered by search parameters

วิธีการเรียกใช้เพื่อดึงข้อมูลกลุ่มทั้งหมดภายในองค์กรที่เจาะจงที่กรองโดยพารามิเตอร์การค้นหา

getTotalGroups
public java.lang.Long getTotalGroups()

Method call to retrieve the number of Groups available

วิธีการเรียกเพื่อดึงจำนวนกลุ่มที่มี

getTotalGroupsByOrganizationId
public java.lang.Long getTotalGroupsByOrganizationId(java.lang.String filterString, java.lang.String organizationId)

Method call to retrieve the number of Groups available within a specific Organization filtered by search parameters

การเรียกใช้เมธอดเพื่อเรียกข้อมูลจำนวนกลุ่มที่มีอยู่ภายในองค์กรเฉพาะที่กรองโดยพารามิเตอร์การค้นหา

getTotalGroupsByUserId
public java.lang.Long getTotalGroupsByUserId(java.lang.String filterString, java.lang.String userId, java.lang.String organizationId, java.lang.Boolean inGroup)

Method called to retrieve the number of Group in/not in which a user belongs to

วิธีการที่เรียกดึงจำนวนของกลุ่มใน / ผู้ใช้ซึ่งเป็นไม่สมาชิก

getOrganization
public org.joget.directory.model.Organization getOrganization(java.lang.String id)

Method called to retrieve a specific Organization by Id

วิธีการที่เรียกเพื่อดึงข้อมูลองค์กรที่เฉพาะเจาะจงตามรหัส

getOrganizationByName
public org.joget.directory.model.Organization getOrganizationByName(String name)

Method called to retrieve a specific Organization by Name

วิธีการที่เรียกใช้เพื่อดึงข้อมูลองค์กรที่ระบุตามชื่อ

getOrganizationsByFilter
public java.util.Collection<org.joget.directory.model.Organization> getOrganizationsByFilter(java.lang.String filterString, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)

Method called to retrieve all Organizations filtered by search parameters

วิธีที่เรียกใช้เพื่อดึงข้อมูลองค์กรที่กรองโดยพารามิเตอร์การค้นหา

getTotalOrganizationsByFilter
public java.lang.Long getTotalOrganizationsByFilter(java.lang.String filterString)

Method called to retrieve the number of Organizations

วิธีการที่เรียกใช้เพื่อดึงข้อมูลจำนวนขององค์กร

getUserByDepartmentId
public java.util.Collection<org.joget.directory.model.User> getUserByDepartmentId(java.lang.String departmentId)

Method called to retrieve a listing of Users by Department id

วิธีการที่เรียกใช้เพื่อดึงข้อมูลจำนวนขององค์กร

getUserByGradeId
public java.util.Collection<org.joget.directory.model.User> getUserByGradeId(java.lang.String gradeId)

Method called to retrieve a listing of Users by Grade id

วิธีการที่เรียกเพื่อดึงรายชื่อของผู้ใช้โดย Grade id

getUserByGroupId
public java.util.Collection<org.joget.directory.model.User> getUserByGroupId(java.lang.String groupId)

Method called to retrieve a listing of Users by Group id

วิธีการที่เรียกเพื่อดึงรายชื่อของผู้ใช้ตามรหัสกลุ่ม

getUserByGroupName
public java.util.Collection<org.joget.directory.model.User> getUserByGroupName(java.lang.String groupName)

Method called to retrieve a listing of Users by Group name

วิธีการที่เรียกใช้เพื่อดึงรายการของผู้ใช้ตามชื่อกลุ่ม

getUserById
public org.joget.directory.model.User getUserById(java.lang.String userId)

Method called to retrieve a specific User by User id

วิธีการที่เรียกว่าเพื่อดึงผู้ใช้ที่ระบุโดย ID ผู้ใช้

getUserByOrganizationId
public java.util.Collection<org.joget.directory.model.User> getUserByOrganizationId(java.lang.String organizationId)

Method called to retrieve a listing of Users by Organization id

วิธีการที่เรียกใช้เพื่อดึงรายการของผู้ใช้ตามรหัสองค์กร

getUserByUsername
public org.joget.directory.model.User getUserByUsername(java.lang.String username)

Method called to retrieve a specific User by Username

วิธีการที่เรียกใช้เพื่อดึงผู้ใช้ที่ระบุโดยชื่อผู้ใช้

getUserList
public java.util.Collection<org.joget.directory.model.User> getUserList()

Generic method called to retrieve the entire User listing within the directory

วิธีการทั่วไปที่เรียกว่าเพื่อดึงรายชื่อผู้ใช้ทั้งหมดภายในไดเรกทอรี

getUserList
public java.util.Collection<org.joget.directory.model.User> getUserList(java.lang.String nameFilter, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)

Method called to retrieve the entire User listing within the directory filtered by search parameters

วิธีการที่เรียกใช้เพื่อดึงรายการผู้ใช้ทั้งหมดภายในไดเรกทอรีที่กรองโดยพารามิเตอร์การค้นหา

getUsers
public java.util.Collection<org.joget.directory.model.User> getUsers(java.lang.String filterString, java.lang.String organizationId, java.lang.String departmentId, java.lang.String gardeId, java.lang.String groupId, java.lang.String roleId, java.lang.String active, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)

Method called to retrieve the users within the directory filtered by search parameters

วิธีการที่เรียกใช้เพื่อเรียกผู้ใช้ภายในไดเรกทอรีที่กรองโดยพารามิเตอร์การค้นหา

getTotalUsers
public java.lang.Long getTotalUsers()

Method called to retrieve the number of Users available

มีการเรียกวิธีการเพื่อเรียกข้อมูลจำนวนผู้ใช้ที่มีอยู่

getTotalUsers
public java.lang.Long getTotalUsers(java.lang.String filterString, java.lang.String organizationId, java.lang.String departmentId, java.lang.String gardeId, java.lang.String groupId, java.lang.String roleId, java.lang.String active)

Method call to retrieve the number of Users available within the directory filtered by search parametersisUserInGroup

การเรียกเมธอดเพื่อเรียกข้อมูลจำนวนผู้ใช้ที่มีอยู่ในไดเรกทอรีที่กรองโดยการค้นหาพารามิเตอร์

isUserInGroup
public boolean isUserInGroup(java.lang.String username, java.lang.String groupName)

Method called to check if a User belongs to a specific Group

วิธีการที่เรียกว่าตรวจสอบว่าผู้ใช้เป็นสมาชิกของกลุ่มที่เฉพาะเจาะจง

getUserDepartmentUser
public java.util.Collection<org.joget.directory.model.User> getUserDepartmentUser(java.lang.String username)

Method called to retrieve a listing of Users which belongs to the same Department as the specific Username

วิธีการที่เรียกใช้เพื่อดึงรายการของผู้ใช้ซึ่งเป็นของแผนกเดียวกันกับชื่อผู้ใช้เฉพาะ

getUserHod
public java.util.Collection<org.joget.directory.model.User> getUserHod(java.lang.String username)

Method called to retrieve a listing of HODs in which a specific User reports to

วิธีการที่เรียกใช้เพื่อดึงรายการของ HOD ที่ผู้ใช้เฉพาะรายงาน

getUserSubordinate
public java.util.Collection<org.joget.directory.model.User> getUserSubordinate(java.lang.String username)

Method called to retrieve a listing of all the subordinates which reports to a specific User

วิธีการที่เรียกเพื่อดึงรายการของผู้ใต้บังคับบัญชาทั้งหมดที่รายงานไปยังผู้ใช้ที่เฉพาะเจาะจง

getUsersSubordinate
public java.util.Collection<org.joget.directory.model.User> getUsersSubordinate(java.lang.String username, java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)

Method called to retrieve a listing of all the subordinates which reports to a specific User filtered by search parameters

วิธีการที่เรียกเพื่อดึงรายการของผู้ใต้บังคับบัญชาทั้งหมดที่รายงานไปยังผู้ใช้เฉพาะที่กรองโดยพารามิเตอร์การค้นหา

getTotalUsersSubordinate
public java.lang.Long getTotalUsersSubordinate(java.lang.String username)

Method called to retrieve the number of subordinates which reports to a specific User

วิธีการที่เรียกเพื่อดึงจำนวนของผู้ใต้บังคับบัญชาซึ่งรายงานไปยังผู้ใช้ที่เฉพาะเจาะจง

getUserRoles
public java.util.Collection<org.joget.directory.model.Role> getUserRoles(java.lang.String username)

Method called to retrieve the Roles belonging to a specific User by Username

วิธีการที่เรียกเพื่อดึงข้อมูลบทบาทที่เป็นของผู้ใช้ที่ระบุโดยชื่อผู้ใช้

Utility Methods
getDirectoryManagerImpl
public org.joget.directory.model.service.DirectoryManager getDirectoryManagerImpl(java.util.Map properties)

Used by System to retrieve a directory manager implementation

ใช้โดยระบบเพื่อดึงข้อมูลการใช้งานตัวจัดการไดเรกทอรี

Interface

อินเตอร์เฟซ

org.joget.directory.model.service.UserSecurityFactory

Method Detail

รายละเอียดวิธีการ

Interface Methods
วิธีการเชื่อมต่อ
getUserSecurity
public org.joget.directory.model.service.UserSecurity getUserSecurity()

Method to return a UserSecurity implementation to enhance the user security

วิธีการส่งคืนการปรับใช้ UserSecurity เพื่อปรับปรุงความปลอดภัยของผู้ใช้

org.joget.directory.model.service.UserSecurity

Method Detail

รายละเอียดวิธีการ

Interface Methods
วิธีการเชื่อมต่อ
getPropertyOptions
public java.lang.String getPropertyOptions()

Get JSON property options to embed into the property options of Directory Manager Plugin

รับตัวเลือกคุณสมบัติ JSON เพื่อฝังลงในตัวเลือกคุณสมบัติของปลั๊กอินตัวจัดการไดเรกทอรี

setProperties
public void setProperties(java.util.Map<java.lang.String, java.lang.Object>  properties)

Set properties to use in User Security Implementation 

ตั้งค่าคุณสมบัติที่จะใช้ในการปรับใช้ความปลอดภัยของผู้ใช้

getProperties
public java.util.Map<java.lang.String, java.lang.Object> getProperties()

Get properties to use in User Security Implementation 

รับคุณสมบัติเพื่อใช้ในการรักษาความปลอดภัยของผู้ใช้

getDisableHashLogin
public java.lang.Boolean getDisableHashLogin()

Disable Hash Login?

ปิดใช้งานการเข้าสู่ระบบแฮช

getAllowSessionTimeout
public java.lang.Boolean getAllowSessionTimeout()

Allow Session Timeout?

อนุญาตการหมดเวลาเซสชันหรือไม่

getForceSessionTimeout
public java.lang.Boolean getForceSessionTimeout()

Force Session Timeout? 

บังคับให้หมดเวลาเซสชันหรือไม่

getAuthenticateAllApi
public java.lang.Boolean getAuthenticateAllApi()

Authenticate all API?

ตรวจสอบ API ทั้งหมดหรือไม่

encryptPassword
public java.lang.String encryptPassword (java.lang.String username, java.lang.String password)

Encrypt Password with custom methodology 

เข้ารหัสรหัสผ่านด้วยวิธีการที่กำหนดเอง

verifyPassword
public java.lang.Boolean verifyPassword (org.joget.directory.model.User user, java.lang.String password)

Verify Password with custom methodology.

ยืนยันรหัสผ่านด้วยวิธีการที่กำหนดเอง

passwordPolicies
public java.util.Collection<java.lang.String> passwordPolicies ()

To get a set of password policies to display in user profile form.

เพื่อรับชุดนโยบายรหัสผ่านเพื่อแสดงในรูปแบบโปรไฟล์ผู้ใช้

validatePassword
public java.util.Collection<java.lang.String> validatePassword (java.lang.String username, java.lang.String oldPassword, java.lang.String newPassword, java.lang.String confirmPassword)

To validate password format and validity.

Return Collection of error message String.

เพื่อตรวจสอบรูปแบบรหัสผ่านและความถูกต้อง

ส่งคืนชุดข้อความแสดงข้อผิดพลาด String

validateUserOnInsert
public java.util.Collection<java.lang.String> validateUserOnInsert(org.joget.directory.model.User user)

To validate user before insert to database

Return Collection of error message String.

เพื่อตรวจสอบผู้ใช้ก่อนที่จะแทรกลงในฐานข้อมูล

ส่งคืนชุดข้อความแสดงข้อผิดพลาด String

validateUserOnUpdate
public java.util.Collection<java.lang.String> validateUserOnUpdate(org.joget.directory.model.User user)

To validate user before updating

Return Collection of error message String.

เพื่อตรวจสอบผู้ใช้ก่อนที่จะอัพเดท

ส่งคืนชุดข้อความแสดงข้อผิดพลาด String

validateUserOnProfileUpdate
public java.util.Collection<java.lang.String> validateUserOnProfileUpdate(org.joget.directory.model.User user)

To validate user before updating profile

Return Collection of error message String.

เพื่อตรวจสอบผู้ใช้ก่อนอัพเดทโปรไฟล์

ส่งคืนชุดข้อความแสดงข้อผิดพลาด String

insertUserPostProcessing
public void insertUserPostProcessing(org.joget.directory.model.User user)

Processing after a user is added.

การประมวลผลหลังจากที่เพิ่มผู้ใช้

updateUserPostProcessing
public void updateUserPostProcessing(org.joget.directory.model.User user)

Processing after a user is modified.

การประมวลผลหลังจากผู้ใช้ถูกปรับเปลี่ยน

updateUserProfilePostProcessing
public void updateUserProfilePostProcessing(org.joget.directory.model.User user)

Processing after a user profile is updated.

การประมวลผลหลังจากอัพเดตโปรไฟล์ผู้ใช้

passwordResetPostProcessing
public void passwordResetPostProcessing(org.joget.directory.model.User user)

Processing after a user password is reset.

การประมวลผลหลังจากรีเซ็ตรหัสผ่านผู้ใช้

deleteUserPostProcessing
public void deleteUserPostProcessing(java.lang.String username)

Processing after a user is deleted.

การประมวลผลหลังจากลบผู้ใช้

getLoginFormFooter
public java.lang.String getLoginFormFooter()

HTML to add below login form

HTML เพื่อเพิ่มด้านล่างของแบบฟอร์มเข้าสู่ระบบ

getUserCreationFormFooter
public java.lang.String getUserCreationFormFooter()

HTML to add below user creation form

HTML เพื่อเพิ่มด้านล่างแบบฟอร์มการสร้างผู้ใช้

getUserEditingFormFooter
public java.lang.String getUserEditingFormFooter(org.joget.directory.model.User user)

HTML to add below user editing form

HTML เพื่อเพิ่มแบบฟอร์มแก้ไขผู้ใช้ด้านล่าง

getUserProfileFooter
public java.lang.String getUserProfileFooter(org.joget.directory.model.User user)

HTML to add below user profile form

HTML เพื่อเพิ่มแบบฟอร์มโปรไฟล์ผู้ใช้ด้านล่าง

getUserDetailsButtons
public java.lang.String getUserDetailsButtons(org.joget.directory.model.User user)

HTML to extend user details page button

HTML เพื่อขยายปุ่มหน้ารายละเอียดผู้ใช้

loginPreProcessing
public void loginPreProcessing(org.joget.directory.model.User user, java.lang.String password)

Processing before user login authentication

ประมวลผลก่อนการรับรองความถูกต้องเข้าสู่ระบบของผู้ใช้

loginPostProcessing
public void loginPostProcessing(org.joget.directory.model.User user, java.lang.String password, java.lang.Boolean loggedIn)

Processing after user login authentication.

การประมวลผลหลังจากการพิสูจน์ตัวตนเข้าสู่ระบบของผู้ใช้

requestPostProcessing
public void requestPostProcessing()

Processing after HTTP Request Completed.

การประมวลผลหลังจากคำขอ HTTP เสร็จสมบูรณ์

isDataExist
public boolean isDataExist(java.lang.String username)

Check whether a custom security data is exist for a user.

ตรวจสอบว่ามีข้อมูลความปลอดภัยที่กำหนดเองสำหรับผู้ใช้หรือไม่

Plugin Properties Options

ตัวเลือกคุณสมบัติปลั๊กอิน

Tutorials

สอน

Related Community Plugins

ปลั๊กอินที่เกี่ยวข้อง