Class BlankSalt

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

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

    Modifier and Type Method Description
    static BlankSalt getInstance()  
    org.flowable.idm.api.PasswordSaltProvider getSource()  
    void setSource​(org.flowable.idm.api.PasswordSaltProvider source)  

    Methods inherited from class java.lang.Object

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

    • getInstance

      public static BlankSalt getInstance()
    • getSource

      public org.flowable.idm.api.PasswordSaltProvider getSource()
      Specified by:
      getSource in interface org.flowable.idm.api.PasswordSalt
    • setSource

      public void setSource​(org.flowable.idm.api.PasswordSaltProvider source)
      Specified by:
      setSource in interface org.flowable.idm.api.PasswordSalt