public final class UserPasswordSyntax extends Object
Modifier and Type | Method and Description |
---|---|
static String[] |
decodeUserPassword(String userPasswordValue)
Decodes the provided user password value into its component parts.
|
static boolean |
isEncoded(ByteSequence value)
Indicates whether the provided value is encoded using the user password syntax.
|
public static String[] decodeUserPassword(String userPasswordValue) throws DirectoryException
userPasswordValue
- The user password value to be decoded.DirectoryException
- If a problem is encountered while attempting to decode the value.public static boolean isEncoded(ByteSequence value)
value
- The value for which to make the determination.true
if the value appears to be encoded using the user password syntax, or
false
if not.Copyright 2010-2020 ForgeRock AS.