public interface IPasswordResult
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPassword()
returns the hashed password if not already hashed with algorithm specified via crypto/onewayhashalgorithm setting.
|
boolean |
isSamePassword()
returns true if passwords match.
|
static final java.lang.String VERSION
static final java.lang.String COPYRIGHT
boolean isSamePassword()
java.lang.String getPassword()
null
Copyright © 2018 Pegasystems Inc. All Rights Reserved.