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) boolean
isEmpty()
void
Deprecated.void
Hashes the provided plain-text password and sets the value of this instance ofMendixHashString
to the hashed password.boolean
verifyValue
(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 ofMendixHashString
to the hashed password.- Specified by:
setValue
in interfaceIMendixObjectMember<String>
- Parameters:
context
-IContext
instance to be usedplainTextPassword
- the plain-text password to be hashed
-
verifyValue
-
getUnhashedValue
-
isEmpty
boolean isEmpty()
-
setValue(IContext, String)
should be used instead.