IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

MWM Server Password Verification

  • 1.  MWM Server Password Verification

    Posted Mon June 11, 2012 06:04 PM

    We need to add some rules to validate passwords for local users in MWM server (like passwords must be longer than 6 characters, contains digits and alpha characters, etc)

    What is the best way to implement this ?

    Thanks
    Edgardo


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 2.  RE: MWM Server Password Verification

    Posted Mon June 11, 2012 09:45 PM

    Another customer recently had a similar requirement. Changes were made to MWS to add a hook that enables you to validate the passwords using a custom java class that you implement.

    The changes were first shipped in these official fixes, so you would need to have at least that fix level to use the new feature:
    MWS_8.0_SP2_Fix15
    MWS_8.2_SP1_Fix8

    The official documentation is still in progress, but I willl attach a screencast that shows the steps. I’ve also attached the javadocs of the interface in case that is helpful.

    javadoc.zip (14.7 KB)
    MWS-8342_screencast.zip (3.17 MB)


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine