| | |
| | | * |
| | | * |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013-2014 ForgeRock AS |
| | | * Portions Copyright 2013-2015 ForgeRock AS |
| | | */ |
| | | package org.opends.server.extensions; |
| | | |
| | | import org.forgerock.i18n.LocalizableMessageBuilder; |
| | | |
| | | |
| | | |
| | | /** |
| | | * This interface defines a set of methods that must be implemented by a class |
| | | * (expected to be a client connection) that can dynamically enable and disable |
| | |
| | | * @return <CODE>true</CODE> if TLS is available on the underlying client |
| | | * connection, or <CODE>false</CODE> if it is not. |
| | | */ |
| | | public boolean prepareTLS(LocalizableMessageBuilder unavailableReason); |
| | | boolean prepareTLS(LocalizableMessageBuilder unavailableReason); |
| | | } |
| | | |