public class GcLdapSearchAttribute
extends java.lang.Object
Constructor and Description |
---|
GcLdapSearchAttribute() |
Modifier and Type | Method and Description |
---|---|
GcLdapSearchAttribute |
addMatchingAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
add a matching attribute
|
GcLdapSearchAttribute |
addReturningAttribute(java.lang.String returningAttribute)
add an attribute to return
|
GcLdapSearchAttribute |
assignLdapName(java.lang.String theName)
assign the name
|
java.lang.String |
assignSearchScope(java.lang.String theScope)
assign the sarch scope
|
void |
copyFrom(GcLdapSearchAttribute gcLdapSearchAttribute)
copy from the argument to this object
|
void |
execute()
execute the call
|
static GcLdapSearchAttribute |
executeHelper(GcLdapSearchAttribute input,
java.lang.String url)
execute the call
|
java.lang.String |
getMatchingAttribute(java.lang.String matchingAttributeName)
get a matching attribute value
|
java.lang.String |
retrieveResultAttributeString() |
java.util.List<java.lang.String> |
retrieveResultAttributeStringList()
retrieve attribute list
|
boolean |
retrieveResultAttributeStringMatch(java.lang.String valueToMatch)
see if the attribute value matches a certain value
|
java.lang.String |
toString() |
void |
validate() |
public void copyFrom(GcLdapSearchAttribute gcLdapSearchAttribute)
gcLdapSearchAttribute
- public java.lang.String retrieveResultAttributeString()
public boolean retrieveResultAttributeStringMatch(java.lang.String valueToMatch)
valueToMatch
- public java.util.List<java.lang.String> retrieveResultAttributeStringList()
public java.lang.String getMatchingAttribute(java.lang.String matchingAttributeName)
matchingAttributeName
- public GcLdapSearchAttribute addMatchingAttribute(java.lang.String attributeName, java.lang.String attributeValue)
attributeName
- attributeValue
- public GcLdapSearchAttribute addReturningAttribute(java.lang.String returningAttribute)
returningAttribute
- public void validate()
public void execute()
public static GcLdapSearchAttribute executeHelper(GcLdapSearchAttribute input, java.lang.String url)
input
- fields from the inputurl
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public GcLdapSearchAttribute assignLdapName(java.lang.String theName)
theName
- public java.lang.String assignSearchScope(java.lang.String theScope)
theScope
-