...
Used by System to retrieve a directory manager implementation
Interface
org.joget.directory.model.service.UserSecurityFactory
- Under wflow-directory module
- An interface that can be implement by a DirectoryManager implementation to provide a UserSecurity implementation
Method Detail
Interface Methods
getUserSecurity
public org.joget.directory.model.service.UserSecurity getUserSecurity()Method to return a UserSecurity implementation to enhance the user security
org.joget.directory.model.service.UserSecurity
- Under wflow-directory module