JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.ldaptive
Interface Message<T extends
Control
>
Type Parameters:
T
- type of control
All Known Subinterfaces:
ExtendedRequest
,
IntermediateResponse
,
Request
,
ResponseMessage
All Known Implementing Classes:
AbstractAggregateSearchExecutor
,
AbstractIntermediateResponse
,
AbstractParallelSearchExecutor
,
AbstractRequest
,
AbstractSearchExecutor
,
ActivationException
,
AddRequest
,
AggregatePooledSearchExecutor
,
AggregateSearchExecutor
,
AuthenticationHandlerResponse
,
AuthenticationResponse
,
BindRequest
,
BlockingTimeoutException
,
CancelRequest
,
CompareRequest
,
ConnectionException
,
DeleteRequest
,
FastBindRequest
,
FutureResponse
,
LdapException
,
MergeRequest
,
ModifyDnRequest
,
ModifyRequest
,
OperationException
,
ParallelPooledSearchExecutor
,
ParallelSearchExecutor
,
PasswordModifyRequest
,
PoolException
,
PoolExhaustedException
,
PoolInterruptedException
,
QueueingSearchExecutor
,
Response
,
SearchEntry
,
SearchExecutor
,
SearchReference
,
SearchRequest
,
SyncInfoMessage
,
ValidationException
,
WhoAmIRequest
public interface
Message<T extends
Control
>
Interface for ldap messages.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
[]
getControls
()
Returns the controls for this message.
Method Detail
getControls
T
[] getControls()
Returns the controls for this message.
Returns:
controls
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method