| Package | Description |
|---|---|
| com.imperva.ddc.core.query |
| Modifier and Type | Class and Description |
|---|---|
class |
HoYeah |
class |
Oops |
| Modifier and Type | Method and Description |
|---|---|
Status |
PartitionResponse.getStatus(String host)
Iterates over the Exception list and returns the one with the matching endpoint's IP
|
Status |
QueryResponse.getStatus(String host) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Status> |
PartitionResponse.getStatus()
Extracts a key-value list containing exceptions accrued during the LDAP query
The key value is the actual endpoint's IP and the value is the Actual Exception object
Exception or null in case nu Exception was raised |
Map<String,Status> |
ConnectionResponse.getStatuses() |
Map<String,Status> |
LdapConnectionResult.getStatuses() |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionResponse.addStatus(String host,
Status status) |
void |
LdapConnectionResult.addStatus(String host,
Status status) |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapConnectionResult.addStatus(Map<String,Status> statuses) |
void |
PartitionResponse.setStatus(Map<String,Status> status) |
void |
ConnectionResponse.setStatuses(Map<String,Status> statuses) |
void |
LdapConnectionResult.setStatuses(Map<String,Status> statuses) |
Copyright © 2020. All rights reserved.