mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-sdk/opends/src/server/org/opends/server/schema/UserPasswordSyntax.java @@ -336,5 +336,15 @@ // If we've gotten here, then it looks to be encoded. return true; } /** * {@inheritDoc} */ public boolean isBinary() { return false; } }