| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014 ForgeRock AS |
| | | * Portions Copyright 2014-2015 ForgeRock AS |
| | | */ |
| | | package org.opends.server.protocols.ldap; |
| | | |
| | |
| | | public void toString(StringBuilder buffer) |
| | | { |
| | | buffer.append("CompareRequest(dn="); |
| | | buffer.append(dn.toString()); |
| | | buffer.append(dn); |
| | | buffer.append(", attribute="); |
| | | buffer.append(attributeType); |
| | | buffer.append(", value="); |
| | | buffer.append(assertionValue.toString()); |
| | | buffer.append(assertionValue); |
| | | buffer.append(")"); |
| | | } |
| | | |
| | |
| | | |
| | | buffer.append(indentBuf); |
| | | buffer.append(" Target DN: "); |
| | | buffer.append(dn.toString()); |
| | | buffer.append(dn); |
| | | buffer.append(EOL); |
| | | |
| | | buffer.append(indentBuf); |