| | |
| | | |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.forgerock.i18n.slf4j.LocalizedLogger; |
| | | import org.forgerock.opendj.ldap.Assertion; |
| | | import org.forgerock.opendj.ldap.ByteSequence; |
| | | import org.forgerock.opendj.ldap.ByteString; |
| | | import org.forgerock.opendj.ldap.ByteStringBuilder; |
| | |
| | | return builder.toByteString(); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public Assertion getAssertion(ByteSequence assertionValue) throws DecodeException |
| | | { |
| | | final ByteString normAssertionValue = normalizeAssertionValue(assertionValue); |
| | | return getEqualityAssertion(normAssertionValue); |
| | | } |
| | | |
| | | } |
| | | |