|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouperClient.api.GcLdapSearchAttribute
public class GcLdapSearchAttribute
Generate an ldap call and get results. Note, you can only call the result methods once since the enumeration will be done.
| Constructor Summary | |
|---|---|
GcLdapSearchAttribute()
|
|
| Method Summary | |
|---|---|
GcLdapSearchAttribute |
addMatchingAttribute(String attributeName,
String attributeValue)
add a matching attribute |
GcLdapSearchAttribute |
addReturningAttribute(String returningAttribute)
add an attribute to return |
GcLdapSearchAttribute |
assignLdapName(String theName)
assign the name |
void |
execute()
execute the call |
String |
getMatchingAttribute(String matchingAttributeName)
get a matching attribute value |
String |
retrieveResultAttributeString()
|
List<String> |
retrieveResultAttributeStringList()
retrieve attribute list |
boolean |
retrieveResultAttributeStringMatch(String valueToMatch)
see if the attribute value matches a certain value |
String |
toString()
|
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GcLdapSearchAttribute()
| Method Detail |
|---|
public String retrieveResultAttributeString()
public boolean retrieveResultAttributeStringMatch(String valueToMatch)
valueToMatch -
public List<String> retrieveResultAttributeStringList()
public String getMatchingAttribute(String matchingAttributeName)
matchingAttributeName -
public GcLdapSearchAttribute addMatchingAttribute(String attributeName,
String attributeValue)
attributeName - attributeValue -
public GcLdapSearchAttribute addReturningAttribute(String returningAttribute)
returningAttribute -
public void validate()
public void execute()
public String toString()
toString in class ObjectObject.toString()public GcLdapSearchAttribute assignLdapName(String theName)
theName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||