| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014 ForgeRock AS |
| | | */ |
| | | package org.opends.server.protocols.ldap; |
| | | |
| | |
| | | |
| | | import org.opends.server.protocols.asn1.*; |
| | | import org.opends.server.types.AuthenticationType; |
| | | import org.opends.server.types.ByteString; |
| | | import org.forgerock.opendj.ldap.ByteString; |
| | | |
| | | import static org.opends.server.loggers.debug.DebugLogger.*; |
| | | import org.opends.server.loggers.debug.DebugTracer; |
| | |
| | | buffer.append(indentBuf); |
| | | buffer.append(" SASL Credentials:"); |
| | | buffer.append(EOL); |
| | | saslCredentials.toHexPlusAscii(buffer, indent+4); |
| | | buffer.append(saslCredentials.toHexPlusAsciiString(indent+4)); |
| | | } |
| | | } |
| | | } |