Class BlankSalt
- java.lang.Object
-
- com.flowable.idm.engine.impl.authentication.BlankSalt
-
- All Implemented Interfaces:
PasswordSalt
public final class BlankSalt extends Object implements PasswordSalt
- Author:
- faizal-manan
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlankSalt
getInstance()
PasswordSaltProvider
getSource()
void
setSource(PasswordSaltProvider source)
-
-
-
Method Detail
-
getInstance
public static BlankSalt getInstance()
-
getSource
public PasswordSaltProvider getSource()
- Specified by:
getSource
in interfacePasswordSalt
-
setSource
public void setSource(PasswordSaltProvider source)
- Specified by:
setSource
in interfacePasswordSalt
-
-