|
|||||||||
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(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 |
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()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GcLdapSearchAttribute()
Method Detail |
---|
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
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |