public static class LDAPIntegration.SystemLDAPIntegrationGetDirectoryResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String |
authenticatedDN |
protected String |
authenticatedPassword |
protected String |
column1AttributeName |
protected String |
column1Label |
protected String |
column2AttributeName |
protected String |
column2Label |
protected String |
column3AttributeName |
protected String |
column3Label |
protected String |
column4AttributeName |
protected String |
column4Label |
protected Boolean |
includeSearchAttributeInSearchFilter |
protected Boolean |
isPagedResultEnabled |
protected Boolean |
isSortEnabled |
protected Boolean |
requireAuthentication |
protected String |
searchBase |
protected LDAPSearchColumn |
searchColumn |
protected String |
searchFilter |
protected String |
serverNetAddress |
protected Integer |
serverPort |
protected Boolean |
useSSL |
commandType, detailText, request, responseContent, summaryText, xPath
Constructor and Description |
---|
SystemLDAPIntegrationGetDirectoryResponse() |
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected String serverNetAddress
protected Integer serverPort
protected String searchBase
protected Boolean useSSL
protected Boolean requireAuthentication
protected String authenticatedDN
protected String authenticatedPassword
protected Boolean isSortEnabled
protected Boolean isPagedResultEnabled
protected String searchFilter
protected Boolean includeSearchAttributeInSearchFilter
protected String column1AttributeName
protected String column2AttributeName
protected String column3AttributeName
protected String column4AttributeName
protected String column1Label
protected String column2Label
protected String column3Label
protected String column4Label
protected LDAPSearchColumn searchColumn
public SystemLDAPIntegrationGetDirectoryResponse()
public void setServerNetAddress(String serverNetAddress)
public String getServerNetAddress()
public void setServerPort(Integer serverPort)
public Integer getServerPort()
public void setSearchBase(String searchBase)
public String getSearchBase()
public void setUseSSL(Boolean useSSL)
public Boolean getUseSSL()
public void setRequireAuthentication(Boolean requireAuthentication)
public Boolean getRequireAuthentication()
public void setAuthenticatedDN(String authenticatedDN)
public String getAuthenticatedDN()
public void setAuthenticatedPassword(String authenticatedPassword)
public String getAuthenticatedPassword()
public void setIsSortEnabled(Boolean isSortEnabled)
public Boolean getIsSortEnabled()
public void setIsPagedResultEnabled(Boolean isPagedResultEnabled)
public Boolean getIsPagedResultEnabled()
public void setSearchFilter(String searchFilter)
public String getSearchFilter()
public void setIncludeSearchAttributeInSearchFilter(Boolean includeSearchAttributeInSearchFilter)
public Boolean getIncludeSearchAttributeInSearchFilter()
public void setColumn1AttributeName(String column1AttributeName)
public String getColumn1AttributeName()
public void setColumn2AttributeName(String column2AttributeName)
public String getColumn2AttributeName()
public void setColumn3AttributeName(String column3AttributeName)
public String getColumn3AttributeName()
public void setColumn4AttributeName(String column4AttributeName)
public String getColumn4AttributeName()
public void setColumn1Label(String column1Label)
public String getColumn1Label()
public void setColumn2Label(String column2Label)
public String getColumn2Label()
public void setColumn3Label(String column3Label)
public String getColumn3Label()
public void setColumn4Label(String column4Label)
public String getColumn4Label()
public void setSearchColumn(LDAPSearchColumn searchColumn)
public LDAPSearchColumn getSearchColumn()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.