public final class AuthPasswordSyntax extends Object
Modifier and Type | Method and Description |
---|---|
static String[] |
decodeAuthPassword(String authPasswordValue)
Decodes the provided authentication password value into its component parts.
|
static boolean |
isEncoded(org.forgerock.opendj.ldap.ByteSequence value)
Indicates whether the provided value is encoded using the auth password syntax.
|
public static String[] decodeAuthPassword(String authPasswordValue) throws DirectoryException
FIXME this is a duplicate of AuthPasswordSyntaxImpl
authPasswordValue
- The authentication password value to be decoded.DirectoryException
- If a problem is encountered while attempting to decode the value.public static boolean isEncoded(org.forgerock.opendj.ldap.ByteSequence value)
value
- The value for which to make the determination.true
if the value appears to be encoded using the auth password syntax, or
false
if not.Copyright © 2010–2017 ForgeRock AS. All rights reserved.