com.unboundid.directory.sdk.ds.types
Interface SASLBindResult

All Known Subinterfaces:
ContinuationSASLBindResult, FailureSASLBindResult, SuccessSASLBindResult

@NotExtensible
@ThreadSafety(level=INTERFACE_THREADSAFE)
public interface SASLBindResult

This interface may be used to obtain information about the result of processing a SASL bind operation.


Method Summary
 com.unboundid.ldap.sdk.BindResult getBindResult()
          Retrieves an object with result information to be returned to the client.
 SASLBindResultType getBindResultType()
          Retrieves the bind result type for this SASL bind result.
 

Method Detail

getBindResultType

SASLBindResultType getBindResultType()
Retrieves the bind result type for this SASL bind result.

Returns:
The bind result type for this SASL bind result.

getBindResult

com.unboundid.ldap.sdk.BindResult getBindResult()
Retrieves an object with result information to be returned to the client.

Returns:
An object with result information to be returned to the client.