Try OpenEdge Now
skip to main content
Server Administrator's Guide
Setting Password Security and Encryption : Enabling password security in Business Process Server
 

Enabling password security in Business Process Server

By default the password security feature is disabled in Business Process Server. To enable this feature, you need to set the parameter bpmportal.ps.enable to true in bpmportal.conf.
The following parameters in bpmportal.conf specify the values for the classes implementing the IPasswordSecurityData and IPasswordSecurityService interfaces.
Table 3. Default handlers
Property Name
Value
bpmportal.ps.enable
false
bpmportal.ps.datahandler
com.savvion.sbm.bpmportal.security.PortalPasswordSecurityData
bpmportal.ps.servicehandler
com.savvion.sbm.bpmportal.security.PortalPasswordSecurityService
You can implement the custom handler in the following ways:
*Directly implementing the interfaces
*Extending the default handlers
Once you implement the custom handler, the property values in bpmportal.conf should be updated with the customized class name. By default, these properties contain the default handler names.
Important: Restart Portal server after you change these properties.