public final class SASLAuth extends Object
The authzid and authcid are prefixed as described in RFC 4513, section 5.2.1.8, with "dn:" if you pass in a distinguished name, or with "u:" if you pass in a user ID.
By default, OpenDJ is set up for SASL PLAIN to use the Exact Match Identity Mapper to find entries by searching uid values for the user ID. In other words, the following examples are equivalent.
dn:uid=bjensen,ou=people,dc=example,dc=com u:bjensen
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.