| | |
| | | * information: "Portions Copyright [year] [name of copyright owner]". |
| | | * |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014-2015 ForgeRock AS. |
| | | * Portions Copyright 2014-2016 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.controls; |
| | | |
| | |
| | | */ |
| | | public class SubtreeDeleteControl extends Control |
| | | { |
| | | /** |
| | | * ControlDecoder implementation to decode this control from a |
| | | * ByteString. |
| | | */ |
| | | /** ControlDecoder implementation to decode this control from a ByteString. */ |
| | | private static final class Decoder implements |
| | | ControlDecoder<SubtreeDeleteControl> |
| | | { |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public SubtreeDeleteControl decode(boolean isCritical, |
| | | ByteString value) throws DirectoryException |
| | | { |
| | |
| | | |
| | | |
| | | |
| | | @Override |
| | | public String getOID() |
| | | { |
| | | return OID_SUBTREE_DELETE_CONTROL; |
| | |
| | | |
| | | |
| | | |
| | | /** |
| | | * The Control Decoder that can be used to decode this control. |
| | | */ |
| | | /** The Control Decoder that can be used to decode this control. */ |
| | | public static final ControlDecoder<SubtreeDeleteControl> DECODER = |
| | | new Decoder(); |
| | | |
| | |
| | | |
| | | |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | protected void writeValue(ASN1Writer writer) throws IOException |
| | | { |
| | |
| | | |
| | | |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void toString(StringBuilder buffer) |
| | | { |