public interface TLSCapableConnection
Modifier and Type | Method and Description |
---|---|
boolean |
prepareTLS(LocalizableMessageBuilder unavailableReason)
Prepares this connection for using TLS and returns whether TLS protection is actually available for the
underlying client connection.
|
boolean prepareTLS(LocalizableMessageBuilder unavailableReason)
unavailableReason
- The buffer used to hold the reason that TLS is not available on the underlying client connection.true
if TLS is available on the underlying client connection, or false
if it is
not.Copyright © 2010–2017 ForgeRock AS. All rights reserved.