| | |
| | | * |
| | | * |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2011 ForgeRock AS |
| | | * Portions copyright 2011-2012 ForgeRock AS |
| | | */ |
| | | |
| | | package org.forgerock.opendj.ldap; |
| | |
| | | } |
| | | }; |
| | | |
| | | clientContext.startSASL(csl); |
| | | clientContext.enableConnectionSecurityLayer(csl); |
| | | } |
| | | |
| | | } |
| | |
| | | final R result = request.getResultDecoder().newExtendedErrorResult( |
| | | ResultCode.SUCCESS, "", ""); |
| | | resultHandler.handleResult(result); |
| | | clientContext.startTLS(sslContext, null, sslContext.getSocketFactory() |
| | | clientContext.enableTLS(sslContext, null, sslContext.getSocketFactory() |
| | | .getSupportedCipherSuites(), false, false); |
| | | } |
| | | } |