Class ClearTextPasswordEncoder

java.lang.Object
com.flowable.idm.engine.impl.authentication.ClearTextPasswordEncoder
All Implemented Interfaces:
org.flowable.idm.api.PasswordEncoder

public final class ClearTextPasswordEncoder
extends java.lang.Object
implements org.flowable.idm.api.PasswordEncoder
Author:
faizal-manan
  • Method Summary

    Modifier and Type Method Description
    java.lang.String encode​(java.lang.CharSequence rawPassword, org.flowable.idm.api.PasswordSalt passwordSalt)  
    static org.flowable.idm.api.PasswordEncoder getInstance()  
    boolean isMatches​(java.lang.CharSequence rawPassword, java.lang.String encodedPassword, org.flowable.idm.api.PasswordSalt salt)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getInstance

      public static org.flowable.idm.api.PasswordEncoder getInstance()
    • encode

      public java.lang.String encode​(java.lang.CharSequence rawPassword, org.flowable.idm.api.PasswordSalt passwordSalt)
      Specified by:
      encode in interface org.flowable.idm.api.PasswordEncoder
    • isMatches

      public boolean isMatches​(java.lang.CharSequence rawPassword, java.lang.String encodedPassword, org.flowable.idm.api.PasswordSalt salt)
      Specified by:
      isMatches in interface org.flowable.idm.api.PasswordEncoder