Interface MendixHashString
- All Superinterfaces:
IMendixObjectMember<String>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
IMendixObjectMember.MemberState, IMendixObjectMember.MemberValueState -
Method Summary
Modifier and TypeMethodDescriptiongetUnhashedValue(IContext context) booleanisEmpty()voidDeprecated.voidHashes the provided plain-text password and sets the value of this instance ofMendixHashStringto the hashed password.booleanverifyValue(IContext context, String unhashedValue) Methods inherited from interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
equals, getMemberValueState, getName, getOriginalValue, getState, getValue, getValueFromString, hashCode, hasReadAccess, hasWriteAccess, isVirtual, parseValueFromString, parseValueToString, setValue, toString
-
Method Details
-
setHash
Deprecated.setValue(IContext, String)should be used instead.Sets the hash value of this hash-string object. -
setValue
Hashes the provided plain-text password and sets the value of this instance ofMendixHashStringto the hashed password.- Specified by:
setValuein interfaceIMendixObjectMember<String>- Parameters:
context-IContextinstance to be usedplainTextPassword- the plain-text password to be hashed
-
verifyValue
-
getUnhashedValue
-
isEmpty
boolean isEmpty()
-
setValue(IContext, String)should be used instead.