| | |
| | | private static final class Decoder |
| | | implements ControlDecoder<LDAPAssertionRequestControl> |
| | | { |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public LDAPAssertionRequestControl decode(boolean isCritical, |
| | | ByteString value) |
| | | throws DirectoryException |
| | |
| | | |
| | | |
| | | |
| | | // The unparsed LDAP search filter contained in the request from the client. |
| | | /** The unparsed LDAP search filter contained in the request from the client. */ |
| | | private LDAPFilter rawFilter; |
| | | |
| | | // The processed search filter |
| | | /** The processed search filter. */ |
| | | private SearchFilter filter; |
| | | |
| | | |